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