mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
add custom configuration overrides
This commit is contained in:
parent
cd4bc05561
commit
e2e9e96e3a
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/custom
|
1
zshrc
1
zshrc
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue