Youhou, man on octave
This commit is contained in:
parent
1e22528510
commit
a1410b9bcb
1 changed files with 4 additions and 0 deletions
4
octaverc
4
octaverc
|
@ -1,2 +1,6 @@
|
|||
# Set up a prettier prompt
|
||||
PS1('\w\[\e[m\] \[\e[1;32m\]>>> \[\e[m\]\[\e[0;20m\]')
|
||||
|
||||
function man (name)
|
||||
help (char (name))
|
||||
endfunction
|
||||
|
|
Loading…
Reference in a new issue