aboutsummaryrefslogtreecommitdiffhomepage
path: root/init/functions/ll.fish
diff options
context:
space:
mode:
Diffstat (limited to 'init/functions/ll.fish')
-rw-r--r--init/functions/ll.fish7
1 files changed, 7 insertions, 0 deletions
diff --git a/init/functions/ll.fish b/init/functions/ll.fish
new file mode 100644
index 00000000..9f811401
--- /dev/null
+++ b/init/functions/ll.fish
@@ -0,0 +1,7 @@
+#
+# These are very common and useful
+#
+function ll -d "List contents of directory using long format"
+ ls -lh $argv
+end
+