Merge pull request #1180 from Bash-it/revert-1175-patch-3

Revert "fix wd_prompt multiline croping"
pull/1181/head
Nils Winkler 2018-04-20 08:01:22 +02:00 committed by GitHub
commit 7b5a4934ae
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 { function __powerline_wd_prompt {
local wd=${PWD##*/} echo "\W|${CWD_THEME_PROMPT_COLOR}"
echo "${wd}|${WD_THEME_PROMPT_COLOR}"
} }
function __powerline_clock_prompt { function __powerline_clock_prompt {