summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2021-11-05 23:02:54 +0100
committerTom Barrett <tom@tombarrett.xyz>2021-11-05 23:02:54 +0100
commitf16cd1633c4b3dc0c4dbcd84a53a71ba24dbc136 (patch)
tree14624132cd62096f684c8d64ff3bdf4fc94bef59 /.zshrc
parent507d06d9d5f1df6f0db90d81c167177981b08e96 (diff)
actually need this
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index e0b9c6e..ce58bdd 100644
--- a/.zshrc
+++ b/.zshrc
@@ -78,5 +78,7 @@ 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> '