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