From 2776d00572441170ae6ea5f5e7737f6abcbcfeeb Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Thu, 17 Feb 2022 20:58:36 +0530 Subject: [PATCH] fish: functions/lt: Add an exa alias with tree option --- fish/.config/fish/functions/lt.fish | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 fish/.config/fish/functions/lt.fish diff --git a/fish/.config/fish/functions/lt.fish b/fish/.config/fish/functions/lt.fish new file mode 100644 index 0000000..b008dfd --- /dev/null +++ b/fish/.config/fish/functions/lt.fish @@ -0,0 +1,3 @@ +function lt -w exa + exa --tree --git-ignore $argv +end