From 2227c87ab0a2d36f16c0a1cd5c6e9249b72d4200 Mon Sep 17 00:00:00 2001 From: Dylan De Faoite Date: Thu, 26 Feb 2026 20:40:07 +0000 Subject: [PATCH] chore: clean up PATH envs Prepending is generally recommended --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 2708a8c..6bebd94 100644 --- a/.zshrc +++ b/.zshrc @@ -19,7 +19,7 @@ source ~/powerlevel10k/powerlevel10k.zsh-theme source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh # Path updates -export PATH="$PATH:/home/dylan/.local/bin" +export PATH=/home/dylan/.local/bin:$PATH export PATH=/home/dylan/.opencode/bin:$PATH # Env Variables