diff options
-rw-r--r-- | bashrc | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -56,10 +56,10 @@ alias ll='ls -l --classify' alias la='ls --almost-all --classify' 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 pid,ppid,stat,start,command" -alias ups="\\ps xww --forest --format pid,ppid,tty,stat,start,command" +alias pstree='stree -achpA' +alias watchpstree='watch -n 2 pstree -achpA' +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' |