summaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-02-27 22:44:57 -0500
committerJesse Luehrs <doy@tozt.net>2024-02-27 22:44:57 -0500
commitf7783831e91ab7c3262c00ca1bf4007f858c44a8 (patch)
treeb7491bc36c13078b51f21a84468b5fd20ebaf46f /zsh
parentee6d12be691bbf1352422dcf5f96b4f2a1be3e28 (diff)
downloadconf-f7783831e91ab7c3262c00ca1bf4007f858c44a8.tar.gz
conf-f7783831e91ab7c3262c00ca1bf4007f858c44a8.zip
make path setting more consistent
Diffstat (limited to 'zsh')
-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"