dotfiles/user/fish/.config/fish/functions/ls.fish

4 lines
74 B
Fish
Raw Normal View History

2022-09-20 23:19:10 +00:00
function ls --description 'alias ls exa'
2022-04-10 21:38:27 +00:00
command exa --icons $argv;
end