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

6 lines
119 B
Fish
Raw Normal View History

2018-10-05 15:46:26 +00:00
# Defined in /home/ben/.config/fish/functions/l.fish @ line 1
2018-07-22 19:39:58 +00:00
function l
2018-10-05 22:07:50 +00:00
ls -lah --group-directories-first $argv
2018-07-22 19:39:58 +00:00
end
2018-11-28 16:32:25 +00:00