Skip to content

Commit

Permalink
Fix output of unrenderable chars, #82 (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
josevh authored Apr 18, 2021
1 parent efdbc4c commit a817d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbp.bash
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ _sbp_pre_exec() {
}

# shellcheck disable=SC2034
PS0="\[\$(_sbp_pre_exec)\]"
PS0="\$(_sbp_pre_exec)"

[[ "$PROMPT_COMMAND" =~ _sbp_set_prompt ]] || PROMPT_COMMAND="_sbp_set_prompt;$PROMPT_COMMAND"

0 comments on commit a817d00

Please sign in to comment.