We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 815d9fc commit 6a19aa5Copy full SHA for 6a19aa5
themes/zitron/zitron.theme.bash
@@ -20,7 +20,7 @@ function prompt_command() {
20
# user:host:pwd git-branch(*)$
21
# for example:
22
# noqqe:deathstar:themes master*$
23
- PS1="${no_color?}\u:$(hostname)${normal?}:${bold_yellow?}\W/${normal?} $(git_prompt_info)${reset_color?}$ "
+ PS1="${reset_color?}\u:$(hostname)${normal?}:${bold_yellow?}\W/${normal?} $(git_prompt_info)${reset_color?}$ "
24
}
25
26
safe_append_prompt_command prompt_command
0 commit comments