group-directories-first

This commit is contained in:
Ben Harris 2018-10-05 11:46:26 -04:00
parent afa53c7d5b
commit 1a50c40f82
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
# Defined in /tmp/fish.IQuG4C/e.fish @ line 1
function e
exa -al --git --group-directories-first $argv
end

View File

@ -1,4 +1,4 @@
# Defined in /home/ben/.config/fish/functions/l.fish @ line 1
function l
ls -lah $argv
end