feat: move configuration files inside home folder
This commit is contained in:
10
home/.config/zsh/ohmyzsh/plugins/foot/foot.plugin.zsh
Normal file
10
home/.config/zsh/ohmyzsh/plugins/foot/foot.plugin.zsh
Normal 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\\"
|
||||
}
|
Reference in New Issue
Block a user