summaryrefslogtreecommitdiff
path: root/functions/ll.fish
diff options
context:
space:
mode:
Diffstat (limited to 'functions/ll.fish')
-rw-r--r--functions/ll.fish3
1 files changed, 3 insertions, 0 deletions
diff --git a/functions/ll.fish b/functions/ll.fish
new file mode 100644
index 0000000..7e65e00
--- /dev/null
+++ b/functions/ll.fish
@@ -0,0 +1,3 @@
+function ll -d "ls long mode"
+ ls -alF
+end