Caricata funzione per vcs.
This commit is contained in:
parent
2930680b21
commit
f11717388d
3
.zshrc
3
.zshrc
@ -6,6 +6,9 @@ export DOTFILES=~/.dotfiles
|
|||||||
# Enables base completion
|
# Enables base completion
|
||||||
autoload -Uz compinit
|
autoload -Uz compinit
|
||||||
compinit
|
compinit
|
||||||
|
# Enables prompt to see it better
|
||||||
|
autoload -Uz vcs_info
|
||||||
|
zstyle ':vcs_info:*' enable git svn
|
||||||
|
|
||||||
# Autocompletion
|
# Autocompletion
|
||||||
export FPATH=$DOTFILES/zsh/functions:$FPATH
|
export FPATH=$DOTFILES/zsh/functions:$FPATH
|
||||||
|
Loading…
Reference in New Issue
Block a user