commented todo

pull/891/head
Tim Noise 2017-01-30 04:51:52 +11:00
parent 3ef6c0b66b
commit e8b130a277
1 changed files with 2 additions and 2 deletions

View File

@ -82,9 +82,9 @@ function __powerline_scm_prompt {
function __powerline_cwd_prompt {
local cwd=$(pwd | sed "s|^${HOME}|~|")
if [[ -n "${CWD_THEME_DIR_SEPARATOR}" ]]; then
#if [[ -n "${CWD_THEME_DIR_SEPARATOR}" ]]; then
# todo
fi
#fi
echo "${cwd}|${CWD_THEME_PROMPT_COLOR}"
}