fish: functions/lt: Add an exa alias with tree option

This commit is contained in:
Sanchayan Maity 2022-02-17 20:58:36 +05:30
parent 6bbc55a2c2
commit 2776d00572
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
function lt -w exa
exa --tree --git-ignore $argv
end