1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-07 16:00:41 +01:00

feat(foot): add foot plugin (#12849)

This commit is contained in:
fossdd
2025-01-23 20:43:27 +01:00
committed by GitHub
parent 4e29c670a4
commit 69410e7020
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\\"
}