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_setup2
1 files changed, 0 insertions, 2 deletions
diff --git a/Functions/Prompts/prompt_redhat_setup b/Functions/Prompts/prompt_redhat_setup
index 58e6bd698..5bde7f9ab 100644
--- a/Functions/Prompts/prompt_redhat_setup
+++ b/Functions/Prompts/prompt_redhat_setup
@@ -7,8 +7,6 @@ prompt_redhat_setup () {
   PS2="> "
 
   prompt_opts=( cr percent )
-  precmd () { }
-  preexec () { }
 }
 
 prompt_redhat_setup "$@"