summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohannst <stoelp@eit.uni-kl.de>2018-04-18 11:04:34 +0200
committerjohannst <stoelp@eit.uni-kl.de>2018-04-18 11:04:34 +0200
commite11f8bfd0d64f47556afd730d60a353fcc975b57 (patch)
treecef6ee54be63d987e52ed7b2d349e3f082b11dba
parenteb2373897010abd000215cbc68af8b3e697a69a2 (diff)
downloaddotfiles-e11f8bfd0d64f47556afd730d60a353fcc975b57.tar.gz
dotfiles-e11f8bfd0d64f47556afd730d60a353fcc975b57.zip
bashrc ps alias remove user in format
-rw-r--r--bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/bashrc b/bashrc
index dab14d5..32a3c7c 100644
--- a/bashrc
+++ b/bashrc
@@ -58,8 +58,8 @@ 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 user,pid,ppid,stat,start,command"
-alias ups="\\ps xww --forest --format user,pid,ppid,tty,stat,start,command"
+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'