profile: added "noerr" function.
This commit is contained in:
parent
80cb56517f
commit
c7bd5edf9e
1 changed files with 4 additions and 0 deletions
4
profile
4
profile
|
@ -184,6 +184,10 @@ fn m {
|
|||
}
|
||||
}
|
||||
|
||||
fn noerr {
|
||||
{$*} >[2]/dev/null
|
||||
}
|
||||
|
||||
# Setting enviroment.
|
||||
if(test -r $setenv){
|
||||
. $setenv
|
||||
|
|
Loading…
Reference in a new issue