summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2022-10-23 13:50:46 +0200
committerJaron Kent-Dobias <jaron@kent-dobias.com>2022-10-23 13:50:46 +0200
commita13e7bf37dca7645ec86e3592def155190a806f5 (patch)
treea5a89f74fb5cec76e48211680db9e972147616a5
parent2eed62a074afde939fa5dc80eb028e630cb75ce8 (diff)
downloadzsh-a13e7bf37dca7645ec86e3592def155190a806f5.tar.gz
zsh-a13e7bf37dca7645ec86e3592def155190a806f5.tar.bz2
zsh-a13e7bf37dca7645ec86e3592def155190a806f5.zip
New GPG settings
-rw-r--r--zshrc.local7
1 files changed, 7 insertions, 0 deletions
diff --git a/zshrc.local b/zshrc.local
index a0c26e2..594cb40 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
@@ -88,3 +91,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\\"
+ }