Yet another merge.
This commit is contained in:
commit
c337c1f445
1 changed files with 4 additions and 0 deletions
4
profile
4
profile
|
@ -208,6 +208,10 @@ fn cpr {
|
||||||
cp -r $*
|
cp -r $*
|
||||||
}
|
}
|
||||||
|
|
||||||
|
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