chore(zsh): remove unused macos config

This commit is contained in:
2026-03-09 10:49:58 +01:00
parent de535944f3
commit dd2e773aae
6 changed files with 3 additions and 53 deletions

View File

@@ -7,17 +7,6 @@ export XDG_STATE_HOME="$HOME/.local/state"
# ~/.local/bin
export PATH="$HOME/.local/bin:$PATH"
# brew sbin
export PATH="/opt/homebrew/sbin:$PATH"
# brew lib
export LIBRARY_PATH="$LIBRARY_PATH:/opt/homebrew/lib"
# cargo
if [[ "$OSTYPE" == "darwin"* ]]; then
source "$HOME/.cargo/env"
fi
# language environment
export LANG=en_US.UTF-8