summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohannst <stoelp@eit.uni-kl.de>2018-04-09 15:53:39 +0900
committerjohannst <stoelp@eit.uni-kl.de>2018-04-09 15:53:39 +0900
commitfa5d781c67436f147bd6114d5c8d2b87ddd70e35 (patch)
treecf58e051842da9a9754a4c364989fa6d7bdc2e8a
parent046c2d8253f98e19259280e0fff0634eb87bfa43 (diff)
downloaddotfiles-fa5d781c67436f147bd6114d5c8d2b87ddd70e35.tar.gz
dotfiles-fa5d781c67436f147bd6114d5c8d2b87ddd70e35.zip
bashrc: changed ps alias
-rw-r--r--bashrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 203ff61..82a94a2 100644
--- a/bashrc
+++ b/bashrc
@@ -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'