diff --git a/linux_files/bash-prompt-wsl.sh b/linux_files/bash-prompt-wsl.sh index 9567697..b22922a 100644 --- a/linux_files/bash-prompt-wsl.sh +++ b/linux_files/bash-prompt-wsl.sh @@ -3,7 +3,7 @@ # Add Windows Terminal Shell Integration codes to the prompt. function main() { - export PS1='\[\033]133;D;$?\]\[\033\\\033]133;A\033\\\]\[\033]9;9;"$(wslpath -w "${PWD}")"\033\\\]'"${PS1}"'\[\033]133;B\033\\\]' + export PS1='\[\033]133;D;$?\]\[\033\\\033]133;A\033\\\]'"${PS1}"'\[\033]9;9;"$(wslpath -w "${PWD}")"\033\\\]\[\033]133;B\033\\\]' } main "$@"