[MINOR] fish replaced functions with abbr

This commit is contained in:
Afonso Franco 2023-05-25 00:13:44 +01:00
parent 5c4604cd41
commit 1b4603b394
Signed by: afonso
SSH key fingerprint: SHA256:JiuxZNdA5bRWXPMUJChI0AQ75yC+cXY4xM0IaVwEVys
5 changed files with 9 additions and 54 deletions

View file

@ -1,8 +1,9 @@
function ls
exa --icons -l $argv
end
alias find=fd
alias df=duf
abbr -a find fd
abbr -a df duf
abbr -a v nvim
function rm
echo "rm is disabled, use trash instead"
end