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
|
||||
}
|
||||
|
||||
fn m {
|
||||
for(i in $*){
|
||||
man $man/$i | less
|
||||
}
|
||||
}
|
||||
|
||||
# Setting enviroment.
|
||||
if(test -r $setenv){
|
||||
. $setenv
|
||||
|
|
Loading…
Reference in a new issue