diff --git a/.config/bash/module/ps.sh b/.config/bash/module/ps.sh index 26a9c80..438b627 100644 --- a/.config/bash/module/ps.sh +++ b/.config/bash/module/ps.sh @@ -6,6 +6,6 @@ function ps() { if [[ "${process}" = "" ]]; then /usr/bin/ps aux else - /usr/bin/ps aux | sed -n -e "1p" -e "/${process}/Ip" + /usr/bin/ps aux | sed -n -e "1p" -e "/${process}/Ip" | sed -e "/sed -n -e 1p -e/d" fi }