Skip to content

Commit 6a19aa5

Browse files
committed
zitron was broken, I think this is what the really meant.
1 parent 815d9fc commit 6a19aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/zitron/zitron.theme.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function prompt_command() {
2020
# user:host:pwd git-branch(*)$
2121
# for example:
2222
# noqqe:deathstar:themes master*$
23-
PS1="${no_color?}\u:$(hostname)${normal?}:${bold_yellow?}\W/${normal?} $(git_prompt_info)${reset_color?}$ "
23+
PS1="${reset_color?}\u:$(hostname)${normal?}:${bold_yellow?}\W/${normal?} $(git_prompt_info)${reset_color?}$ "
2424
}
2525

2626
safe_append_prompt_command prompt_command

0 commit comments

Comments
 (0)