Ancora qualche aggiustamento per vcs_info.
This commit is contained in:
parent
f11717388d
commit
a39464d374
1 changed files with 3 additions and 0 deletions
3
.zshrc
3
.zshrc
|
@ -9,6 +9,9 @@ compinit
|
|||
# Enables prompt to see it better
|
||||
autoload -Uz vcs_info
|
||||
zstyle ':vcs_info:*' enable git svn
|
||||
precmd() {
|
||||
vcs_info
|
||||
}
|
||||
|
||||
# Autocompletion
|
||||
export FPATH=$DOTFILES/zsh/functions:$FPATH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue