This commit is contained in:
Henrik Bakken
2022-03-08 19:01:27 +01:00
parent ea2e2af642
commit 80cf33642c
3 changed files with 10 additions and 19 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
function ll --description 'List contents of directory using long format'
ls -lha $argv
exa --icons -l $argv
end
+1 -1
View File
@@ -1,3 +1,3 @@
function ll --description 'List contents of directory using long format'
ls -lha $argv
exa --icons -l -g $argv
end