about summary refs log tree commit diff
path: root/Src/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/init.c')
-rw-r--r--Src/init.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/Src/init.c b/Src/init.c
index 253a689b6..7707b825e 100644
--- a/Src/init.c
+++ b/Src/init.c
@@ -909,6 +909,9 @@ setupvals(void)
     for (i = 0; i < 10; i++)
 	if (close_fds[i])
 	    close(i);
+
+    /* Colour sequences for outputting colours in prompts and zle */
+    set_default_colour_sequences();
 }
 
 /* Initialize signal handling */