Caricata funzione per vcs.

This commit is contained in:
Emiliano Vavassori 2021-12-30 00:27:50 +01:00
parent 2930680b21
commit f11717388d
1 changed files with 3 additions and 0 deletions

3
.zshrc
View File

@ -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