summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc10
1 files changed, 5 insertions, 5 deletions
diff --git a/.zshrc b/.zshrc
index e29b0d6..57ff152 100644
--- a/.zshrc
+++ b/.zshrc
@@ -1,4 +1,6 @@
-. ~/.zshcomprc
+autoload -Uz vcs_info
+
+. ~/.zsh_comprc
. ~/.zsh_functions
. ~/.zsh_aliases
. ~/.zsh_local
@@ -9,11 +11,9 @@ SAVEHIST=3000
REPORTTIME=10
-PS1="%F{red}%D{%A}%f %F{green}%D{%F %T Week %V}%f %F{blue}%D{Epoch %s}%f %F{yellow}%n@%m%f
-%j %3~%# "
-PATH=~/bin:~/usr/bin:~/usr/local/bin:$PATH
+HENKSPROMPTHEADER=$'%F{red}%D{%a}%f %F{green}%D{%F %T Wk %V}%f %F{blue}%D{%s}%f %F{yellow}%n@%m%f\n'
-PASSWORD_STORE_DIR=.
+PATH=~/bin:~/usr/bin:~/usr/local/bin:$PATH
setopt AUTO_CD
setopt CHASE_LINKS