add custom configuration overrides

This commit is contained in:
Dmytro Meleshko 2018-08-23 19:31:56 +02:00
parent cd4bc05561
commit e2e9e96e3a
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/custom

1
zshrc
View File

@ -3,6 +3,7 @@
if [[ -n "$DOTFILES_PATH" ]]; then
for script in functions path exports aliases oh-my-zsh widgets theme; do
source "$DOTFILES_PATH/lib/$script.zsh"
source_if_exists "$DOTFILES_PATH/custom/$script.zsh"
done
source "$DOTFILES_PATH/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh"