Merge pull request #1106 from danflies/new-powerline-theme

Added a New Theme
This commit is contained in:
Nils Winkler
2017-12-12 07:15:26 +01:00
committed by GitHub

View File

@@ -93,6 +93,10 @@ function __powerline_cwd_prompt {
echo "$(pwd | sed "s|^${HOME}|~|")|${CWD_THEME_PROMPT_COLOR}"
}
function __powerline_wd_prompt {
echo "\W|${CWD_THEME_PROMPT_COLOR}"
}
function __powerline_clock_prompt {
echo "$(date +"${THEME_CLOCK_FORMAT}")|${CLOCK_THEME_PROMPT_COLOR}"
}