Fix the current directory reporting

This commit is contained in:
Nick Chambers 2024-05-14 21:27:36 -05:00
parent 9d6066380d
commit 3f81a7a4a5
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ cattle-slay-reaper() {
cd() {
command cd "$@"
printf '\e[]1337;CurrentDir=%s\G' "$PWD"
printf '\033]1337;CurrentDir=%s\007' "$PWD"
printf %s "$PWD" > /tmp/iterm2-prev-dir.txt
}