summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2021-03-31 19:34:46 +0200
committerTom Barrett <tom@tombarrett.xyz>2021-03-31 19:34:46 +0200
commit0cf1fd3a283f8a4b0d0418402a875d03ceb002dd (patch)
tree508d681e418ffd0a2fdc9765560a857c28decbdf /.zshrc
parent67cba5cff1e4d0af4da1236a7e9f9a3ef903b28e (diff)
minor tweeks for zsh
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 9660822..3aeb442 100644
--- a/.zshrc
+++ b/.zshrc
@@ -59,5 +59,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> '