Move hooks to a dedicated module. This allows for greater flexibility and easier editing. TODO: Make hook handling neater (possibly through parsing the hook script to read an "hook-to" marker that allows for automated loading of properly formatted hook functions)
8 lines
117 B
Bash
8 lines
117 B
Bash
## output OSC-113;A to tell foot how to jump between prompts
|
|
|
|
osc113() {
|
|
print -Pn "\e]133;A\e\\"
|
|
}
|
|
|
|
## vim: ft=zsh
|