dotfiles/dot_config/fish/functions/ll.fish

5 lines
90 B
Fish
Raw Normal View History

function ll --wraps=eza_git --description 'alias ll eza_git'
eza_git $argv
end