dotfiles/.config/fish/functions/l.fish

4 lines
67 B
Fish
Raw Normal View History

function l --description 'alias l=ls -lAh'
exa -lahb $argv
end