aboutsummaryrefslogtreecommitdiff
path: root/config/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'config/zsh')
-rw-r--r--config/zsh/zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/zsh/zshrc b/config/zsh/zshrc
index 2a0fcf0..16c4bed 100644
--- a/config/zsh/zshrc
+++ b/config/zsh/zshrc
@@ -1,8 +1,8 @@
export EDITOR=vim
export LANG=en_US.UTF-8
-if [ -e "$ZDOTDIR/zshrc-local" ]; then
- source "$ZDOTDIR/zshrc-local"
+if [ -e "$ZDOTDIR/local.zsh" ]; then
+ source "$ZDOTDIR/local.zsh"
fi
source "$ZDOTDIR/appearance.zsh"