summaryrefslogtreecommitdiff
path: root/functions/ll.fish
diff options
context:
space:
mode:
authorache <ache@ache.one>2017-06-01 18:17:36 +0200
committerache <ache@ache.one>2017-06-01 18:17:36 +0200
commitd99af1cd72b3cd093964e4565785fab563379253 (patch)
tree36920a8dfeea33bde747c8a34c903a1bf41f79b8 /functions/ll.fish
Init config
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