diff options
author | johannst <stoelp@eit.uni-kl.de> | 2018-04-18 11:04:34 +0200 |
---|---|---|
committer | johannst <stoelp@eit.uni-kl.de> | 2018-04-18 11:04:34 +0200 |
commit | e11f8bfd0d64f47556afd730d60a353fcc975b57 (patch) | |
tree | cef6ee54be63d987e52ed7b2d349e3f082b11dba | |
parent | eb2373897010abd000215cbc68af8b3e697a69a2 (diff) | |
download | dotfiles-e11f8bfd0d64f47556afd730d60a353fcc975b57.tar.gz dotfiles-e11f8bfd0d64f47556afd730d60a353fcc975b57.zip |
bashrc ps alias remove user in format
-rw-r--r-- | bashrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -58,8 +58,8 @@ alias lt='ll -t --reverse' alias grep='grep --color=auto' alias pstree="pstree -achpA" alias watchpstree='watch -n 2 pstree' -alias ps="\\ps --forest --format user,pid,ppid,stat,start,command" -alias ups="\\ps xww --forest --format user,pid,ppid,tty,stat,start,command" +alias ps="\\ps --forest --format pid,ppid,stat,start,command" +alias ups="\\ps xww --forest --format pid,ppid,tty,stat,start,command" alias pps='ps | grep -i $1' alias penv='env | grep -i $1' alias rsync='rsync --progress' |