Skip to content

Commit 1273504

Browse files
committed
themes: fix doubletime_multiline scm_prompt
Replace doubletime_scm_prompt with scm_prompt.
1 parent 8784ed2 commit 1273504

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

themes/doubletime_multiline/doubletime_multiline.theme.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function prompt_setter() {
88
PS1="
99
$(clock_prompt) $(scm_char) [$THEME_PROMPT_HOST_COLOR\u@${THEME_PROMPT_HOST}$reset_color] $(virtualenv_prompt)$(ruby_version_prompt)
1010
\w
11-
$(doubletime_scm_prompt)$reset_color $ "
11+
$(scm_prompt)$reset_color $ "
1212
PS2='> '
1313
PS4='+ '
1414
}

themes/doubletime_multiline_pyonly/doubletime_multiline_pyonly.theme.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function prompt_setter() {
88
PS1="
99
$(clock_prompt) $(scm_char) [$THEME_PROMPT_HOST_COLOR\u@${THEME_PROMPT_HOST}$reset_color] $(virtualenv_prompt)
1010
\w
11-
$(doubletime_scm_prompt)$reset_color $ "
11+
$(scm_prompt)$reset_color $ "
1212
PS2='> '
1313
PS4='+ '
1414
}

0 commit comments

Comments
 (0)