summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2021-11-05 22:20:47 +0100
committerTom Barrett <tom@tombarrett.xyz>2021-11-05 22:57:17 +0100
commit507d06d9d5f1df6f0db90d81c167177981b08e96 (patch)
tree59b95a078d863efce5f9edcde67fe3fbf14525f4 /.zshrc
parent9345d2e524f2c40e8ec25134d0c2daa7dd2e324d (diff)
better way to do pinentry
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index ce58bdd..e0b9c6e 100644
--- a/.zshrc
+++ b/.zshrc
@@ -78,7 +78,5 @@ autoload -Uz vcs_info
precmd() { vcs_info }
zstyle ':vcs_info:git:*' formats '|%F{3}%b%f'
-gpg-connect-agent updatestartuptty /bye > /dev/null
-
setopt PROMPT_SUBST
PROMPT='<%F{2}%n%f@%F{6}%m%f|%F{5}%~%f${vcs_info_msg_0_}%f> '