summaryrefslogtreecommitdiffstats
path: root/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc9
1 files changed, 0 insertions, 9 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index c60e8d7..5bd948b 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -1,12 +1,3 @@
-# language environments {{{
-test -d "$HOME/.cargo/bin" && export PATH="$HOME/.cargo/bin:$PATH"
-# }}}
-# environment {{{
-# not using .zshenv, because it runs before /etc/profile, and /etc/profile
-# tends to hard-set $PATH and such
-PATH="${HOME}/.bin/local:${HOME}/.bin/$(hostname):${HOME}/.bin:$PATH"
-export PATH
-# }}}
for file in ~/.config/sh/rc.d/*; do
# shellcheck disable=SC1090
source "$file"