From d99af1cd72b3cd093964e4565785fab563379253 Mon Sep 17 00:00:00 2001 From: ache Date: Thu, 1 Jun 2017 18:17:36 +0200 Subject: Init config --- functions/ll.fish | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 functions/ll.fish (limited to 'functions/ll.fish') 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 -- cgit v1.2.3-54-g00ecf