From bacbcecaa0bce6e2286cb1c031131149b7130a46 Mon Sep 17 00:00:00 2001 From: Hendrik Jaeger Date: Tue, 11 Nov 2014 00:42:55 +0100 Subject: Added vcs_info to prompt modified: .zsh_functions modified: .zshrc --- .zshrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.zshrc') 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 -- cgit v1.2.3