fish: add pstree alias

This commit is contained in:
Daniel Micay 2024-11-21 11:12:38 -05:00
parent b7636d4139
commit 78d53ded88

View File

@ -40,6 +40,7 @@ if status is-interactive
alias ls 'ls -A --color=auto'
alias ip 'ip -color=auto'
alias tc 'tc -color=auto'
alias pstree 'pstree -UC age'
alias tree 'tree -a'
alias chown 'chown --preserve-root'
alias chmod 'chmod --preserve-root'