[shell/fzf] fix shebang

This commit is contained in:
Felix Buehler 2021-01-06 18:06:19 +01:00
parent 138e8ed62b
commit d5ca3a656a

View file

@ -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