Youhou, man on octave

This commit is contained in:
Frank Villaro-Dixon 2013-11-01 16:44:49 +01:00
parent 1e22528510
commit a1410b9bcb

View file

@ -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