ref(fish): clean up abbreviation settings

This commit is contained in:
Léana 江 2023-03-31 14:39:36 +02:00
parent 735b838aa2
commit d7597c597c
3 changed files with 61 additions and 61 deletions

View file

@ -1,7 +0,0 @@
function fuzzy_complete
set -f selected (complete -C | fzf -q (commandline -t) | cut -f1)
commandline --function repaint
commandline --current-token --replace -- (string escape -- $selected)
end