feat: use wide output for ps.

This commit is contained in:
Gea-Suan Lin
2025-04-23 01:56:36 +08:00
parent 1f5ae260bb
commit 73eb70e600
2 changed files with 6 additions and 6 deletions

View File

@@ -22,10 +22,10 @@ alias md="mkdir"
alias more="most"
alias myip="curl -s https://httpbin.org/ip | jq .origin"
alias o="xdg-open"
alias psa="ps awx"
alias psm="ps -O rss,vsz -U $USER"
alias psa="ps auwwx"
alias psm="ps -O rss,vsz -U $USER -ww"
alias psr="psu root"
alias psu="ps -U"
alias psu="ps -ww -U"
alias s="screen"
alias ssh="ssh -C -e none"
#