Add an alias, psgrep.
This commit is contained in:
parent
60ee6bf401
commit
54d39dec5c
1
.bashrc
1
.bashrc
|
@ -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'
|
||||||
#--------------------------------------------------------------------------------
|
#--------------------------------------------------------------------------------
|
||||||
|
|
||||||
#--------------------------------------------------------------------------------
|
#--------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue