1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-29 05:21:00 +01:00

manual/8684

This commit is contained in:
Tanaka Akira 1999-11-19 11:48:09 +00:00
parent 8efd8205ed
commit 5efc7525ec
6 changed files with 26 additions and 17 deletions

View file

@ -6,7 +6,8 @@ prompt_suse_setup () {
PS1="%n@%m:%~/ > "
PS2="> "
precmd () { setopt promptsubst }
prompt_opts=( cr percent )
precmd () { }
preexec () { }
}