dotfiles/.config/fish/myfunctions/replacements.fish

9 lines
129 B
Fish
Raw Normal View History

2023-04-19 15:24:48 +01:00
function ls
exa --icons -l $argv
end
2023-04-13 17:13:06 +01:00
alias find=fd
alias df=duf
2023-05-21 20:21:18 +01:00
function rm
echo "rm is disabled, use trash instead"
end