diff options
Diffstat (limited to '.bash-powerline.sh')
| -rw-r--r-- | .bash-powerline.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bash-powerline.sh b/.bash-powerline.sh index 6d2ee2d..c8f126a 100644 --- a/.bash-powerline.sh +++ b/.bash-powerline.sh @@ -73,6 +73,7 @@ __powerline() { fi local cwd="$COLOR_CWD\w$RESET" + # local cwd="\e]0;\W\a$COLOR_CWD\w$RESET" # Bash by default expands the content of PS1 unless promptvars is disabled. # We must use another layer of reference to prevent expanding any user # provided strings, which would cause security issues. |
