diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2007-10-31 16:03:07 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2007-10-31 16:03:07 +0000 |
commit | 0abc65ac66d0bc9f4324c852f0597069bc6e86b3 (patch) | |
tree | 285b1a4796ec1afe8a0ad3ae2c3aa382c75def1b /Functions/Prompts/promptinit | |
parent | ca1bb8c8d4b17b254d15a550f6039c41003f8d52 (diff) | |
download | zsh-0abc65ac66d0bc9f4324c852f0597069bc6e86b3.tar.gz zsh-0abc65ac66d0bc9f4324c852f0597069bc6e86b3.tar.xz zsh-0abc65ac66d0bc9f4324c852f0597069bc6e86b3.zip |
24043: remove one "emulate" that was too many
Diffstat (limited to 'Functions/Prompts/promptinit')
-rw-r--r-- | Functions/Prompts/promptinit | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Functions/Prompts/promptinit b/Functions/Prompts/promptinit index 031947893..df3d30649 100644 --- a/Functions/Prompts/promptinit +++ b/Functions/Prompts/promptinit @@ -166,7 +166,6 @@ Use prompt -h <theme> for help on specific themes.' } prompt () { - emulate -L zsh local prompt_opts set_prompt "$@" |