zsh: source local config
This commit is contained in:
parent
7b5afc3634
commit
899a473f86
|
@ -157,6 +157,7 @@ esac
|
||||||
[[ -f ${ZDOTDIR}/aliases.zsh ]] && source ${ZDOTDIR}/aliases.zsh
|
[[ -f ${ZDOTDIR}/aliases.zsh ]] && source ${ZDOTDIR}/aliases.zsh
|
||||||
[[ -d ${ZDOTDIR}/functions ]] && autoload -Uz ${ZDOTDIR}/functions/*
|
[[ -d ${ZDOTDIR}/functions ]] && autoload -Uz ${ZDOTDIR}/functions/*
|
||||||
[[ -f ${ZDOTDIR}/themes/syntax-tastytea.zsh ]] && source ${ZDOTDIR}/themes/syntax-tastytea.zsh
|
[[ -f ${ZDOTDIR}/themes/syntax-tastytea.zsh ]] && source ${ZDOTDIR}/themes/syntax-tastytea.zsh
|
||||||
|
[[ -f ${ZDOTDIR}/local.zsh ]] && source ${ZDOTDIR}/local.zsh
|
||||||
|
|
||||||
zstyle ':vcs_info:*' enable git svn hg # vcs_info_printsys
|
zstyle ':vcs_info:*' enable git svn hg # vcs_info_printsys
|
||||||
zstyle ':vcs_info:*' check-for-changes true
|
zstyle ':vcs_info:*' check-for-changes true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user