mirror of
https://github.com/bvanroll/older-dotfiles.git
synced 2025-08-28 19:42:47 +00:00
8 lines
122 B
Fish
8 lines
122 B
Fish
function lt --description 'list all tree view'
|
|
if count $argv > /dev/null
|
|
lsd -a --tree $argv
|
|
else
|
|
lsd -a --tree
|
|
end
|
|
end
|