feat(foot): add foot plugin

This commit is contained in:
fossdd 2024-12-15 16:42:26 +01:00
commit 957c03bc42
No known key found for this signature in database
GPG key ID: BB8C8A81C6452A88
2 changed files with 45 additions and 0 deletions

View file

@ -0,0 +1,10 @@
function precmd {
print -Pn "\e]133;A\e\\"
if ! builtin zle; then
print -n "\e]133;D\e\\"
fi
}
function preexec {
print -n "\e]133;C\e\\"
}