diff options
author | johannst <stoelp@eit.uni-kl.de> | 2018-04-04 17:21:01 +0900 |
---|---|---|
committer | johannst <stoelp@eit.uni-kl.de> | 2018-04-04 17:21:01 +0900 |
commit | 9bb1012e7b758bd09e13e340a63a3f05af91b1af (patch) | |
tree | f3609fc68bcbb47ece74b1a51379a3b0433a1284 /bashrc | |
parent | adab29fb857a1d2f5024a2f91540db62d183328a (diff) | |
download | dotfiles-9bb1012e7b758bd09e13e340a63a3f05af91b1af.tar.gz dotfiles-9bb1012e7b758bd09e13e340a63a3f05af91b1af.zip |
added new alias in bashrc
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |