mirror of
https://github.com/bvanroll/older-dotfiles.git
synced 2025-08-29 12:02:49 +00:00
kdenk dak het gedaan heb
This commit is contained in:
7
fish/functions/lt.fish
Normal file
7
fish/functions/lt.fish
Normal file
@@ -0,0 +1,7 @@
|
||||
function lt --description 'list all tree view'
|
||||
if count $argv > /dev/null
|
||||
lsd -a --tree $argv
|
||||
else
|
||||
lsd -a --tree
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user