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

4 lines
170 B
Fish

function ls --wraps='exa --long --git --header --icons' --description 'alias ls=exa --long --git --header --icons'
exa --long --git --header --icons $argv
end