Remove the color escape which mess up long command line in candy theme
authorAmaury Gauthier <amaury.gauthier@etu.unilim.fr>
Sun, 29 Apr 2012 12:32:07 +0000 (14:32 +0200)
committerAmaury Gauthier <amaury.gauthier@etu.unilim.fr>
Sun, 29 Apr 2012 13:13:30 +0000 (15:13 +0200)
themes/candy/candy.theme.bash

index e568964..77f8ff4 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 function prompt_command() {
-    PS1="${green}\u@\h ${blue}\T ${reset_color}${white}\w${reset_color}$(scm_prompt_info)\]${blue} →${bold_blue} ${reset_color} ";
+    PS1="${green}\u@\h ${blue}\T ${reset_color}${white}\w${reset_color}$(scm_prompt_info)${blue} →${bold_blue} ${reset_color} ";
 }
 
 PROMPT_COMMAND=prompt_command;