summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bashrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 808202d..c02002b 100644
--- a/bashrc
+++ b/bashrc
@@ -56,6 +56,10 @@ 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 pps='ps | grep -i $1'
+alias penv='env | grep -i $1'
+alias rsync='rsync --progress'
#}}}
#{{{ color definition