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

11 lines
167 B
Fish
Raw Normal View History

2023-04-19 15:24:48 +01:00
function ls
2023-09-18 07:20:52 +01:00
eza --icons -l $argv
2023-04-19 15:24:48 +01:00
end
abbr -a find fd
abbr -a df duf
abbr -a v nvim
2023-06-02 02:12:36 +01:00
abbr -a lg lazygit
2023-05-21 20:21:18 +01:00
function rm
echo "rm is disabled, use trash instead"
end