diff options
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -56,7 +56,8 @@ alias ll='ls -lF' alias la='ls -AF' alias grep='grep --color=auto' alias pstree="pstree -achpG ${USER}" -alias ps='ps -fxww --format user,pid,tty,stat,start,bsdtime,command' +alias ps='\ps --format user,pid,ppid,pgid,tty,stat,start,bsdtime,command' +alias ups='\ps -fxww --format user,pid,ppid,pgid,tty,stat,start,bsdtime,command' alias pps='ps | grep -i $1' alias penv='env | grep -i $1' alias rsync='rsync --progress' |