about summary refs log tree commit diff
path: root/Functions
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2007-10-31 16:03:07 +0000
committerBart Schaefer <barts@users.sourceforge.net>2007-10-31 16:03:07 +0000
commit0abc65ac66d0bc9f4324c852f0597069bc6e86b3 (patch)
tree285b1a4796ec1afe8a0ad3ae2c3aa382c75def1b /Functions
parentca1bb8c8d4b17b254d15a550f6039c41003f8d52 (diff)
downloadzsh-0abc65ac66d0bc9f4324c852f0597069bc6e86b3.tar.gz
zsh-0abc65ac66d0bc9f4324c852f0597069bc6e86b3.tar.xz
zsh-0abc65ac66d0bc9f4324c852f0597069bc6e86b3.zip
24043: remove one "emulate" that was too many
Diffstat (limited to 'Functions')
-rw-r--r--Functions/Prompts/promptinit1
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 "$@"