Skip to content

Commit

Permalink
fix: typo triggering VSC instead of IS escape function (#137)
Browse files Browse the repository at this point in the history
Signed-off-by: Chapman Pendery <[email protected]>
  • Loading branch information
cpendery authored Dec 22, 2023
1 parent dcdb4c7 commit c42b6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/shellIntegration-rc.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ __is_escape_value() {
}

__is_update_cwd() {
builtin printf '\e]6973;CWD;%s\a' "$(__vsc_escape_value "${PWD}")"
builtin printf '\e]6973;CWD;%s\a' "$(__is_escape_value "${PWD}")"
}

__is_update_prompt() {
Expand Down

0 comments on commit c42b6da

Please sign in to comment.