Convert themes and plugins to use the update colors. Themes are no longer burdened with escaping the unprintable characters
This commit is contained in:
@@ -5,7 +5,11 @@
|
||||
# host directory (branch*)»
|
||||
# for example:
|
||||
# ananas ~/Code/bash-it/themes (master*)»
|
||||
PROMPT="${bold_blue}\[\$(hostname)\]${normal} \w${normal} ${bold_white}\[\$(git_prompt_info)\]${normal}» "
|
||||
function prompt_command() {
|
||||
PS1="${bold_blue}[$(hostname)]${normal} \w${normal} ${bold_white}[$(git_prompt_info)]${normal}» "
|
||||
}
|
||||
|
||||
PROMPT_COMMAND=prompt_command;
|
||||
|
||||
## git-theme
|
||||
# feel free to change git chars.
|
||||
|
||||
Reference in New Issue
Block a user