mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2025-01-22 22:14:23 +00:00
8 lines
222 B
Fish
8 lines
222 B
Fish
|
if fzf --fish 2&> /dev/null
|
||
|
fzf --fish | source
|
||
|
else
|
||
|
# If we can't get completions from fzf, we can get the last built
|
||
|
# completions and functions here
|
||
|
source $fish_synced_dir/init/fzf_integration.fish
|
||
|
end
|