profile: added psagrep.
This commit is contained in:
parent
fc7e084839
commit
4763a8d5a5
1 changed files with 4 additions and 0 deletions
4
profile
4
profile
|
@ -192,6 +192,10 @@ fn m {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fn psagrep {
|
||||||
|
ps -A | grep $*
|
||||||
|
}
|
||||||
|
|
||||||
# Setting enviroment.
|
# Setting enviroment.
|
||||||
if(test -r $setenv){
|
if(test -r $setenv){
|
||||||
. $setenv
|
. $setenv
|
||||||
|
|
Loading…
Reference in a new issue