1
1
Fork 0

fish: Convert abbreviations to aliases

It's annoying to see fish expand the abbreviation while you type.
This commit is contained in:
Jonathan Schleifer 2020-06-15 20:58:48 +00:00
parent 8d75c7937c
commit 15d24373ac
6 changed files with 14 additions and 7 deletions

3
fish/functions/fl.fish Normal file
View file

@ -0,0 +1,3 @@
function fl --wraps=fossil
command fossil $argv
end