Skip to content

Commit

Permalink
fix(themes/ht): fix the shell function name
Browse files Browse the repository at this point in the history
  • Loading branch information
akinomyoga committed Aug 9, 2024
1 parent bf8dfcf commit 6d9cfff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/ht/ht.theme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function _omb_theme_PROMPT_COMMAND {
PS1=""

# Exit code indicator
PS1+="$(exit_color "$EXIT_CODE")$_omb_prompt_reset_color"
PS1+="$(_omb_theme_ht_exit_color "$EXIT_CODE")$_omb_prompt_reset_color"

# Environment info
PS1+=" $_omb_prompt_red$(_omb_prompt_get_ruby_env)$_omb_prompt_reset_color"
Expand Down

0 comments on commit 6d9cfff

Please sign in to comment.