Skip to content

Commit

Permalink
Remove the color escape which mess up long command line in candy theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Amaury Gauthier committed Apr 29, 2012
1 parent ec0c687 commit 30489e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/candy/candy.theme.bash
@@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
function prompt_command() { 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; PROMPT_COMMAND=prompt_command;

0 comments on commit 30489e7

Please sign in to comment.