profile: added "m" function.
This commit is contained in:
parent
271ca53feb
commit
b818fa04c0
1 changed files with 6 additions and 0 deletions
6
profile
6
profile
|
@ -174,6 +174,12 @@ fn q {
|
||||||
exit
|
exit
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fn m {
|
||||||
|
for(i in $*){
|
||||||
|
man $man/$i | less
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
# Setting enviroment.
|
# Setting enviroment.
|
||||||
if(test -r $setenv){
|
if(test -r $setenv){
|
||||||
. $setenv
|
. $setenv
|
||||||
|
|
Loading…
Reference in a new issue