about summary refs log tree commit diff
path: root/Functions/Prompts/prompt_redhat_setup
diff options
context:
space:
mode:
Diffstat (limited to 'Functions/Prompts/prompt_redhat_setup')
-rw-r--r--Functions/Prompts/prompt_redhat_setup3
1 files changed, 2 insertions, 1 deletions
diff --git a/Functions/Prompts/prompt_redhat_setup b/Functions/Prompts/prompt_redhat_setup
index 876797899..58e6bd698 100644
--- a/Functions/Prompts/prompt_redhat_setup
+++ b/Functions/Prompts/prompt_redhat_setup
@@ -6,7 +6,8 @@ prompt_redhat_setup () {
   PS1="[%n@%m %1~]\\$ "
   PS2="> "
 
-  precmd () { setopt promptsubst }
+  prompt_opts=( cr percent )
+  precmd () { }
   preexec () { }
 }