diff options
author | Matt Singleton <matt@xcolour.net> | 2021-02-09 19:26:11 -0600 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2021-02-09 19:26:11 -0600 |
commit | b9e3d4d14316054a306914e710157d3e03b5aa25 (patch) | |
tree | 5e7ec5aaba7847234000ae6801d23979360db213 /config/zsh/zshrc | |
parent | 472ba71fd7e646ea82a332e0ecbe6a836512f28d (diff) |
refactor zsh
Diffstat (limited to 'config/zsh/zshrc')
-rw-r--r-- | config/zsh/zshrc | 17 |
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" |