chore: clean up PATH envs

Prepending is generally recommended
This commit is contained in:
2026-02-26 20:40:07 +00:00
parent 9eb75b6306
commit 2227c87ab0

2
.zshrc
View File

@@ -19,7 +19,7 @@ source ~/powerlevel10k/powerlevel10k.zsh-theme
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
# Path updates # Path updates
export PATH="$PATH:/home/dylan/.local/bin" export PATH=/home/dylan/.local/bin:$PATH
export PATH=/home/dylan/.opencode/bin:$PATH export PATH=/home/dylan/.opencode/bin:$PATH
# Env Variables # Env Variables