From bbf794e666cb6eb5171d7a0df796c1b4afdca148 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Sat, 18 Jan 2025 14:31:38 +0100 Subject: update --- .bash-powerline.sh | 1 + 1 file changed, 1 insertion(+) (limited to '.bash-powerline.sh') 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. -- cgit v1.2.3