Ripristino alcune opzioni per il prompt.

This commit is contained in:
Emiliano Vavassori 2021-12-30 01:06:02 +01:00
parent e519419d2a
commit b94e79925d
1 changed files with 1 additions and 1 deletions

2
.zshrc
View File

@ -8,7 +8,7 @@ export FPATH=$DOTFILES/zsh/functions:$FPATH
# Enables base completion
autoload -Uz compaudit compinit vcs_info
compinit
#zstyle ':vcs_info:*' enable git svn
zstyle ':vcs_info:*' enable git svn
#precmd() {
# vcs_info
#}