mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
fish: adding tree alias
This commit is contained in:
parent
884f1970a7
commit
ec5ddd3d33
1 changed files with 3 additions and 0 deletions
3
fish/functions/tree.fish
Normal file
3
fish/functions/tree.fish
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
function tree --wraps='eza -T' --description 'alias tree eza -T'
|
||||
eza -T $argv
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue