diff options
author | johannst <stoelp@eit.uni-kl.de> | 2018-04-09 15:53:39 +0900 |
---|---|---|
committer | johannst <stoelp@eit.uni-kl.de> | 2018-04-09 15:53:39 +0900 |
commit | fa5d781c67436f147bd6114d5c8d2b87ddd70e35 (patch) | |
tree | cf58e051842da9a9754a4c364989fa6d7bdc2e8a | |
parent | 046c2d8253f98e19259280e0fff0634eb87bfa43 (diff) | |
download | dotfiles-fa5d781c67436f147bd6114d5c8d2b87ddd70e35.tar.gz dotfiles-fa5d781c67436f147bd6114d5c8d2b87ddd70e35.zip |
bashrc: changed ps alias
-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' |