diff --git a/.bashrc b/.bashrc index 255a23b..42fd923 100644 --- a/.bashrc +++ b/.bashrc @@ -225,7 +225,7 @@ if [[ "$_PLATFORM" = "Linux" ]]; then # Linux specific functions. psgrep() { - ps -auwwx | egrep "(RSS|$1)" + ps -auwwx | egrep "(RSS|$1)" | fgrep -v "(RSS|" } elif [[ "$_PLATFORM" = "Darwin" ]]; then # Darwin specific aliases.