diff --git a/.zshrc b/.zshrc index 4e3b8ce..830a205 100644 --- a/.zshrc +++ b/.zshrc @@ -6,6 +6,9 @@ export DOTFILES=~/.dotfiles # Enables base completion autoload -Uz compinit compinit +# Enables prompt to see it better +autoload -Uz vcs_info +zstyle ':vcs_info:*' enable git svn # Autocompletion export FPATH=$DOTFILES/zsh/functions:$FPATH