profile: added psagrep.

This commit is contained in:
k1574 2022-02-01 07:38:39 +05:00
parent fc7e084839
commit 4763a8d5a5

View file

@ -192,6 +192,10 @@ fn m {
}
}
fn psagrep {
ps -A | grep $*
}
# Setting enviroment.
if(test -r $setenv){
. $setenv