aboutsummaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2021-02-06 13:39:13 -0600
committerMatt Singleton <matt@xcolour.net>2021-02-06 13:39:13 -0600
commite6a2618400edcddc2a80ef2776871ca01992be03 (patch)
tree72f9572bd8037f8d40abf070fc13c52fec9b5521 /zshrc
parent9ec86efc56ecdbcaf6ee0626f928c16c266cda2c (diff)
big refactor to use XDG base dir spec
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc17
1 files changed, 0 insertions, 17 deletions
diff --git a/zshrc b/zshrc
deleted file mode 100644
index 6f4e111..0000000
--- a/zshrc
+++ /dev/null
@@ -1,17 +0,0 @@
-export EDITOR=vim
-export LANG=en_US.UTF-8
-
-if [ -e "$HOME/.zshrc-local" ]; then
- source "$HOME/.zshrc-local"
-fi
-
-source "$HOME/.zsh/appearance.zsh"
-source "$HOME/.zsh/behavior.zsh"
-source "$HOME/.zsh/completion.zsh"
-source "$HOME/.zsh/key-bindings.zsh"
-
-# override builtin functions (preexec, precmd, etc.)
-source "$HOME/.zsh/functions.zsh-overrides"
-
-# user bin should take absolute priority
-export PATH="$HOME/bin:$PATH"