Revert "fix wd_prompt multiline croping"

pull/1180/head
Nils Winkler 2018-04-20 08:00:06 +02:00 committed by GitHub
parent 90eb21fb14
commit 3f2c2ddddd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -102,8 +102,7 @@ function __powerline_hostname_prompt {
}
function __powerline_wd_prompt {
local wd=${PWD##*/}
echo "${wd}|${WD_THEME_PROMPT_COLOR}"
echo "\W|${CWD_THEME_PROMPT_COLOR}"
}
function __powerline_clock_prompt {