fish: Convert abbreviations to aliases
It's annoying to see fish expand the abbreviation while you type.
This commit is contained in:
parent
8d75c7937c
commit
15d24373ac
6 changed files with 14 additions and 7 deletions
|
@ -1,3 +1,3 @@
|
|||
function fld
|
||||
fossil diff $argv -N | colordiff | less -FRX
|
||||
function fld --wraps 'fossil diff'
|
||||
command fossil diff $argv -N | colordiff | less -FRX
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue