Skip to content

Commit

Permalink
Merge pull request #1968 from gaelicWizard/oops
Browse files Browse the repository at this point in the history
theme/powerline: fix an oops in the last patch
  • Loading branch information
NoahGorny committed Oct 12, 2021
2 parents 49698e2 + 953e422 commit 48c17e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/powerline/powerline.base.bash
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ function __powerline_scm_prompt() {
}

function __powerline_cwd_prompt() {
local cwd="${PWD/$HOME/\~}"
local cwd="${PWD/$HOME/~}"

echo "${cwd}|${CWD_THEME_PROMPT_COLOR}"
}
Expand Down

0 comments on commit 48c17e9

Please sign in to comment.