diff --git a/themes/powerline/powerline.base.bash b/themes/powerline/powerline.base.bash index cffaa98d99..5e07d36d37 100644 --- a/themes/powerline/powerline.base.bash +++ b/themes/powerline/powerline.base.bash @@ -142,9 +142,7 @@ function __powerline_scm_prompt() { } function __powerline_cwd_prompt() { - local cwd="${PWD/$HOME/~}" - - echo "${cwd}|${CWD_THEME_PROMPT_COLOR}" + echo "\w|${CWD_THEME_PROMPT_COLOR}" } function __powerline_hostname_prompt() {