diff options
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ alias ll='ls -l --classify' alias la='ls --almost-all --classify' alias lt='ll -t --reverse' alias grep='grep --color=auto' -alias pstree='stree -achpA' +alias pstree='pstree -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' |