aboutsummaryrefslogtreecommitdiff
path: root/config/zsh/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'config/zsh/zshrc')
-rw-r--r--config/zsh/zshrc17
1 files changed, 0 insertions, 17 deletions
diff --git a/config/zsh/zshrc b/config/zsh/zshrc
deleted file mode 100644
index 16c4bed..0000000
--- a/config/zsh/zshrc
+++ /dev/null
@@ -1,17 +0,0 @@
-export EDITOR=vim
-export LANG=en_US.UTF-8
-
-if [ -e "$ZDOTDIR/local.zsh" ]; then
- source "$ZDOTDIR/local.zsh"
-fi
-
-source "$ZDOTDIR/appearance.zsh"
-source "$ZDOTDIR/behavior.zsh"
-source "$ZDOTDIR/completion.zsh"
-source "$ZDOTDIR/key-bindings.zsh"
-
-# override builtin functions (preexec, precmd, etc.)
-source "$ZDOTDIR/function-overrides.zsh"
-
-# user bin should take absolute priority
-export PATH="$HOME/bin:$PATH"