Add an alias, psgrep.

This commit is contained in:
Scott Wallace 2016-04-04 09:17:58 +01:00
parent 60ee6bf401
commit 54d39dec5c

View file

@ -115,6 +115,7 @@ export PROMPT_COMMAND="${PROMPT_COMMAND:+$PROMPT_COMMAND$'\n'}history -a"
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------
alias ll='ls -l' alias ll='ls -l'
[[ -x $(which htop 2>/dev/null) ]] && alias top='sudo htop' [[ -x $(which htop 2>/dev/null) ]] && alias top='sudo htop'
alias psgrep='ps -ef | grep'
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------