1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-19 23:41:31 +01:00
zsh/Functions/Prompts/prompt_off_setup

10 lines
121 B
Text
Raw Normal View History

1999-10-05 00:57:19 +02:00
# Very simple prompt
prompt_off_setup () {
PS1="%# "
PS2="> "
2007-06-12 17:51:41 +02:00
prompt_opts=( cr percent )
1999-10-05 00:57:19 +02:00
}
prompt_off_setup "$@"