This commit is contained in:
Henrik Bakken
2021-03-13 18:41:55 +01:00
parent b8c8d32895
commit bdb97bf9a5
9 changed files with 11 additions and 191 deletions
+3
View File
@@ -0,0 +1,3 @@
function ll --description 'List contents of directory using long format'
ls -lha $argv
end