fix: typo triggering VSC instead of IS escape function (#137)

Signed-off-by: Chapman Pendery <cpendery@vt.edu>
This commit is contained in:
Chapman Pendery
2023-12-22 10:56:06 -08:00
committed by GitHub
parent dcdb4c7374
commit c42b6da63f
+1 -1
View File
@@ -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() {