Notify pwd change via osc escape codes

The `osc` command is available in the `miscutils` project.
This commit is contained in:
Adolfo Perez Alvarez 2024-06-17 12:03:26 +02:00
parent 5af8b0dd65
commit bf38c7f42c
2 changed files with 2 additions and 0 deletions

1
j
View File

@ -11,4 +11,5 @@ function j
fi
fi
'cd' "$da"
osc pwd
}

1
jmod
View File

@ -23,4 +23,5 @@ function jmod
else
print ${names[0]} && cd ${dirs[0]}
fi
osc pwd
}