mirror of
https://github.com/bvanroll/older-dotfiles.git
synced 2025-09-01 21:42:39 +00:00
4 lines
75 B
Fish
4 lines
75 B
Fish
function lt --description 'list all tree view'
|
|
lsd -a --tree $argv
|
|
end
|