diff --git a/profile b/profile index a31a26c..b32dffd 100644 --- a/profile +++ b/profile @@ -178,16 +178,25 @@ fn uprofile { . $profile } -fn m { - for(i in $*){ - man $man/$i | less - } -} - fn noerr { {$*} >[2]/dev/null } +fn nostd { + {$*} >[1]/dev/null +} + +fn m { + for(i in $*){ + if(test -r $man/$i){ + man $man/$i | less + } + if not { + man $i | less + } + } +} + # Setting enviroment. if(test -r $setenv){ . $setenv