From 9bb1012e7b758bd09e13e340a63a3f05af91b1af Mon Sep 17 00:00:00 2001 From: johannst Date: Wed, 4 Apr 2018 17:21:01 +0900 Subject: added new alias in bashrc --- bashrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bashrc') 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 -- cgit v1.2.3