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 $*
|
||||
}
|
||||
|
||||
fn psagrep {
|
||||
ps -A | grep $*
|
||||
}
|
||||
|
||||
# Setting enviroment.
|
||||
if(test -r $setenv){
|
||||
. $setenv
|
||||
|
|
Loading…
Reference in a new issue