From f11717388dc2942230d8dd5a885d040f812dd6b2 Mon Sep 17 00:00:00 2001 From: Emiliano Vavassori Date: Thu, 30 Dec 2021 00:27:50 +0100 Subject: [PATCH] Caricata funzione per vcs. --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) 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