From eb108c1e4a4cf69e3773351c26602a1b76bc74e3 Mon Sep 17 00:00:00 2001 From: alvinlollo <143326475+alvinlollo@users.noreply.github.com> Date: Tue, 31 Mar 2026 15:28:13 +1100 Subject: [PATCH] Update .zshrc --- configs/.zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configs/.zshrc b/configs/.zshrc index b48e51d..471642d 100644 --- a/configs/.zshrc +++ b/configs/.zshrc @@ -166,6 +166,11 @@ bindkey '^U' sudo-last-command-execute if [[ -f "/tmp/.ydotool_socket" ]]; then export YDOTOOL_SOCKET=/tmp/.ydotool_socket fi + +# Haven android ssh client +precmd() { print -Pn '\e]133;D;%?\a\e]133;A\a' } +preexec() { print -Pn '\e]133;B\a\e]133;C\a' } + # Set personal aliases, overriding those provided by oh-my-zsh libs, # plugins, and themes. Aliases can be placed here, though oh-my-zsh # users are encouraged to define aliases within the ZSH_CUSTOM folder.