mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 11:04:41 +02:00
[shell/fzf] fix shebang
This commit is contained in:
parent
138e8ed62b
commit
d5ca3a656a
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/usr/bin/env bash
|
||||
|
||||
[ -r /usr/share/fzf/key-bindings.bash ] && . /usr/share/fzf/key-bindings.bash
|
||||
[ -r /usr/share/fzf/completion.bash ] && . /usr/share/fzf/completion.bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue