From a3073aa56889c04c290c1a19695ec965f0e5b7ef Mon Sep 17 00:00:00 2001 From: Carlos Rafael Ramirez Date: Mon, 10 Jun 2024 14:54:06 +0200 Subject: [PATCH] Reenabled shell integration due to the bug was fixed in Terminal version 1.21.1382.0 --- linux_files/bash-prompt-wsl.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/linux_files/bash-prompt-wsl.sh b/linux_files/bash-prompt-wsl.sh index 84f1282..b22922a 100644 --- a/linux_files/bash-prompt-wsl.sh +++ b/linux_files/bash-prompt-wsl.sh @@ -6,5 +6,4 @@ function main() { export PS1='\[\033]133;D;$?\]\[\033\\\033]133;A\033\\\]'"${PS1}"'\[\033]9;9;"$(wslpath -w "${PWD}")"\033\\\]\[\033]133;B\033\\\]' } -# Disabled until the bug in Windows Terminal 1.21 get fixed -#main "$@" +main "$@"