summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohannst <stoelp@eit.uni-kl.de>2018-04-18 13:33:41 +0200
committerjohannst <stoelp@eit.uni-kl.de>2018-04-18 13:33:41 +0200
commit46d5f7858a7fc8b6cad676bb0e0e255d44e93c78 (patch)
treec8552fed6745239c718d0a2fe1127a168c4dcb40
parente11f8bfd0d64f47556afd730d60a353fcc975b57 (diff)
downloaddotfiles-46d5f7858a7fc8b6cad676bb0e0e255d44e93c78.tar.gz
dotfiles-46d5f7858a7fc8b6cad676bb0e0e255d44e93c78.zip
bashrc unified quoting
-rw-r--r--bashrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/bashrc b/bashrc
index 32a3c7c..932bbee 100644
--- a/bashrc
+++ b/bashrc
@@ -56,10 +56,10 @@ alias ll='ls -l --classify'
alias la='ls --almost-all --classify'
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 pid,ppid,stat,start,command"
-alias ups="\\ps xww --forest --format pid,ppid,tty,stat,start,command"
+alias pstree='stree -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'
alias pps='ps | grep -i $1'
alias penv='env | grep -i $1'
alias rsync='rsync --progress'