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