nixos-config/modules/home/shell-conf/fish/functions/ll.fish

4 lines
58 B
Fish
Raw Permalink Normal View History

2024-09-24 23:26:29 -04:00
function ll --description 'alias ls -l'
ls -l $argv
end