diff options
author | Hendrik Jaeger <henk@frustcomp> | 2014-11-11 00:42:55 +0100 |
---|---|---|
committer | Hendrik Jaeger <henk@frustcomp> | 2014-11-11 00:42:55 +0100 |
commit | bacbcecaa0bce6e2286cb1c031131149b7130a46 (patch) | |
tree | d6928469d467e765981d31a9e0dad424914d13ff /.zshrc | |
parent | c6f847b4678c616bd09ebfcf3980ffbabef10caf (diff) |
Added vcs_info to prompt
modified: .zsh_functions
modified: .zshrc
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |