From f7783831e91ab7c3262c00ca1bf4007f858c44a8 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 27 Feb 2024 22:44:57 -0500 Subject: make path setting more consistent --- zsh/.zshrc | 9 --------- 1 file changed, 9 deletions(-) (limited to 'zsh') 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" -- cgit v1.2.3-54-g00ecf