Skip to content

Commit

Permalink
Add current working dir support to Windows Terminal shell integration
Browse files Browse the repository at this point in the history
  • Loading branch information
crramirez committed Nov 13, 2023
1 parent 848a99d commit 5be6640
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion linux_files/00-remix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ fi

# speed up some GUI apps like gedit
export NO_AT_BRIDGE=1
export PS1='\[\033]133;D;$?\]\[\033\\\033]133;A\033\\\]\[\e[${PROMPT_COLOR:-32}m\]\u@\h\[\e[0m\]:\[\e[${PROMPT_COLOR:-32}m\]\w\[\e[0;31m\]${?#0}\[\e[0m\]\$ \[\033]133;B\033\\\]'
export PS1='\[\033]133;D;$?\]\[\033\\\033]133;A\033\\\]\[\e[${PROMPT_COLOR:-32}m\]\u@\h\[\e[0m\]:\[\e[${PROMPT_COLOR:-32}m\]\w\[\033]9;9;"$(wslpath -w "${PWD}")"\033\\\]\[\e[0;31m\]${?#0}\[\e[0m\]\$ \[\033]133;B\033\\\]'

# Fix 'clear' scrolling issues
alias clear='clear -x'
Expand Down
2 changes: 1 addition & 1 deletion linux_files/os-release-39
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ HOME_URL="https://github.com/WhitewaterFoundry/Fedora-Remix-for-WSL"
SUPPORT_URL="https://github.com/WhitewaterFoundry/Fedora-Remix-for-WSL"
BUG_REPORT_URL="https://github.com/WhitewaterFoundry/Fedora-Remix-for-WSL/issues"
PRIVACY_POLICY_URL="https://github.com/WhitewaterFoundry/Fedora-Remix-for-WSL/blob/master/PRIVACY.md"
FEDORA_REMIX_VERSION=39.0.0
FEDORA_REMIX_VERSION=39.0.1

0 comments on commit 5be6640

Please sign in to comment.