Ancora qualche aggiustamento per vcs_info.
This commit is contained in:
parent
f11717388d
commit
a39464d374
3
.zshrc
3
.zshrc
@ -9,6 +9,9 @@ compinit
|
|||||||
# Enables prompt to see it better
|
# Enables prompt to see it better
|
||||||
autoload -Uz vcs_info
|
autoload -Uz vcs_info
|
||||||
zstyle ':vcs_info:*' enable git svn
|
zstyle ':vcs_info:*' enable git svn
|
||||||
|
precmd() {
|
||||||
|
vcs_info
|
||||||
|
}
|
||||||
|
|
||||||
# Autocompletion
|
# Autocompletion
|
||||||
export FPATH=$DOTFILES/zsh/functions:$FPATH
|
export FPATH=$DOTFILES/zsh/functions:$FPATH
|
||||||
|
Loading…
Reference in New Issue
Block a user