chore: fish replaced functions with abbr
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user