10 lines
195 B
Text
10 lines
195 B
Text
# Set up a prettier prompt
|
|
#PS1('\[\e[1;32m\]>>> \[\e[m\]\[\e[0;20m\]')
|
|
PS1('\W\[\e[m\] \[\e[1;32m\]>>> \[\e[m\]\[\e[0;20m\]')
|
|
|
|
function man (name)
|
|
help (char (name))
|
|
endfunction
|
|
|
|
pkg load all
|
|
|