summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zshrc.local7
1 files changed, 7 insertions, 0 deletions
diff --git a/zshrc.local b/zshrc.local
index 511a89e..ff712d8 100644
--- a/zshrc.local
+++ b/zshrc.local
@@ -1,5 +1,8 @@
bindkey -v
+export GPG_TTY=$(tty)
+gpg-connect-agent updatestartuptty /bye >/dev/null
+
export BROWSER=firefox
export EDITOR=nvim
export XKB_DEFAULT_VARIANT=dvorak
@@ -89,3 +92,7 @@ unfunction trans
export BEMENU_OPTS='-b --fn "lucy tewi 10" --nb #000000 --nf #ffffff --tb #000000 --tf #abe15b --fb #000000 --ff #0092ff --hb #000000 --hf #ffd242'
export ZFS_COLOR=1
+
+precmd() {
+ print -Pn "\e]133;A\e\\"
+ }