Files
dotfiles/fish/functions/fish_user_key_bindings.fish
T
Henrik Bakken dbf47db803 updates
2021-07-11 15:20:04 +02:00

4 lines
95 B
Fish

function ll --description 'List contents of directory using long format'
ls -lha $argv
end