mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-07-11 00:59:26 -04:00
fish: add pstree alias
This commit is contained in:
parent
b7636d4139
commit
78d53ded88
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ if status is-interactive
|
||||||
alias ls 'ls -A --color=auto'
|
alias ls 'ls -A --color=auto'
|
||||||
alias ip 'ip -color=auto'
|
alias ip 'ip -color=auto'
|
||||||
alias tc 'tc -color=auto'
|
alias tc 'tc -color=auto'
|
||||||
|
alias pstree 'pstree -UC age'
|
||||||
alias tree 'tree -a'
|
alias tree 'tree -a'
|
||||||
alias chown 'chown --preserve-root'
|
alias chown 'chown --preserve-root'
|
||||||
alias chmod 'chmod --preserve-root'
|
alias chmod 'chmod --preserve-root'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue