Merge pull request #1180 from Bash-it/revert-1175-patch-3
Revert "fix wd_prompt multiline croping"pull/1181/head
commit
7b5a4934ae
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue