commented todo

This commit is contained in:
Tim Noise
2017-01-30 04:51:52 +11:00
parent 3ef6c0b66b
commit e8b130a277

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}"
}