fish: don't error when fzf is missing

This commit is contained in:
lelgenio 2021-12-07 19:53:42 -03:00
parent c9abf23171
commit 62ac3a11c6
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,8 @@ end
bind \cy 'commandline | wl-copy -n'
# Enable fzf key bindings
fzf_key_bindings &> /dev/null
command -qs fzf_key_bindings &&
fzf_key_bindings &> /dev/null
function rcd #{{{