feat(zsh): remove unneded variables add ~/.local/bin to path

This commit is contained in:
2024-12-29 13:43:54 +01:00
parent 9837828c72
commit 1507b0c3c4
3 changed files with 11 additions and 59 deletions

View File

@@ -4,6 +4,9 @@ export XDG_CACHE_HOME="$HOME/.cache"
export XDG_DATA_HOME="$HOME/.local/share"
export XDG_STATE_HOME="$HOME/.local/state"
# ~/.local/bin
export PATH="$HOME/.local/bin:$PATH"
# brew sbin
export PATH="/opt/homebrew/sbin:$PATH"