summaryrefslogtreecommitdiff
path: root/.bash-powerline.sh
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2025-01-18 14:31:38 +0100
committerMarc Vertes <mvertes@free.fr>2025-01-18 14:31:38 +0100
commitbbf794e666cb6eb5171d7a0df796c1b4afdca148 (patch)
tree56639569ba8708d87d60a40a7ec080dbb80610ce /.bash-powerline.sh
parentf130384cd8e7f894a29b6412ea36b31f72d4e771 (diff)
update
Diffstat (limited to '.bash-powerline.sh')
-rw-r--r--.bash-powerline.sh1
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.