Files
miasma-os/files/system/usr/etc/skel/.oh-my-zsh/plugins/foot/foot.plugin.zsh
2026-03-24 20:57:42 +11:00

11 lines
153 B
Bash

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\\"
}