1
0
.dotfiles/home/.config/fish/functions/ls.fish

6 lines
103 B
Fish

# ls aliases. Fedora defaults, but here for compatibility
function ls
/bin/ls --color=auto $argv
end