fish: arreglar fzf en void

This commit is contained in:
Cat /dev/Nulo 2023-01-23 21:21:31 -03:00
parent ae6d51e3ba
commit bfb803f002
2 changed files with 6 additions and 3 deletions

View file

@ -0,0 +1,6 @@
if test -f /usr/share/fzf/key-bindings.fish
source /usr/share/fzf/key-bindings.fish
else
source /usr/share/fzf/fzf-key-bindings.fish
end
fzf_key_bindings

View file

@ -1,6 +1,3 @@
source /usr/share/fzf/fzf-key-bindings.fish
fzf_key_bindings
if status is-interactive
# Commands to run in interactive sessions can go here
end