This commit is contained in:
Henrik Bakken
2021-01-19 04:00:22 +01:00
parent 593b6d65d3
commit 610fdaae2d
9 changed files with 84 additions and 141 deletions
+3
View File
@@ -0,0 +1,3 @@
function ll --description 'List contents of directory using long format'
ls -lha $argv
end