Skip to content

Commit

Permalink
Merge pull request #1987 from mikejamestx/dtml-scm_prompt
Browse files Browse the repository at this point in the history
Themes: Fix doubletime_multiline scm_prompt
  • Loading branch information
NoahGorny committed Nov 29, 2021
2 parents 8784ed2 + 1273504 commit 036cf8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function prompt_setter() {
PS1="
$(clock_prompt) $(scm_char) [$THEME_PROMPT_HOST_COLOR\u@${THEME_PROMPT_HOST}$reset_color] $(virtualenv_prompt)$(ruby_version_prompt)
\w
$(doubletime_scm_prompt)$reset_color $ "
$(scm_prompt)$reset_color $ "
PS2='> '
PS4='+ '
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function prompt_setter() {
PS1="
$(clock_prompt) $(scm_char) [$THEME_PROMPT_HOST_COLOR\u@${THEME_PROMPT_HOST}$reset_color] $(virtualenv_prompt)
\w
$(doubletime_scm_prompt)$reset_color $ "
$(scm_prompt)$reset_color $ "
PS2='> '
PS4='+ '
}
Expand Down

0 comments on commit 036cf8a

Please sign in to comment.