fish: arreglar fzf en void
This commit is contained in:
parent
ae6d51e3ba
commit
bfb803f002
2 changed files with 6 additions and 3 deletions
6
.config/fish/conf.d/fzf.fish
Normal file
6
.config/fish/conf.d/fzf.fish
Normal 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
|
|
@ -1,6 +1,3 @@
|
||||||
source /usr/share/fzf/fzf-key-bindings.fish
|
|
||||||
fzf_key_bindings
|
|
||||||
|
|
||||||
if status is-interactive
|
if status is-interactive
|
||||||
# Commands to run in interactive sessions can go here
|
# Commands to run in interactive sessions can go here
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue