1
0
Fork 0
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:
Henrik Hautakoski 2024-08-25 16:04:38 +02:00
parent 884f1970a7
commit ec5ddd3d33

3
fish/functions/tree.fish Normal file
View file

@ -0,0 +1,3 @@
function tree --wraps='eza -T' --description 'alias tree eza -T'
eza -T $argv
end