Skip to content

Commit

Permalink
Reenabled shell integration due to the bug was fixed in Terminal vers…
Browse files Browse the repository at this point in the history
…ion 1.21.1382.0
  • Loading branch information
crramirez authored Jun 10, 2024
1 parent 5985d2c commit a3073aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions linux_files/bash-prompt-wsl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "$@"

0 comments on commit a3073aa

Please sign in to comment.