mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
7 lines
102 B
Fish
7 lines
102 B
Fish
function tree
|
|
if command -q eza
|
|
eza -T $argv
|
|
else
|
|
/bin/tree $argv
|
|
end
|
|
end
|