Update 1 file: .zshrc

This commit is contained in:
2026-08-09 14:00:50 -04:00
parent 0dde8f0c7d
commit 472546da38
+1 -1
View File
@@ -3,7 +3,7 @@
# This is where 90% of your customization belongs.
[[ -d "$HOME/Scripts" ]] && path+=("$HOME/Scripts")
[[ -d "$HOME/.local/bin" ]] && path+=("$HOME/.local/bin")
[[ -d "$HOME/.local/bin" ]] && path=("$HOME/.local/bin" $path)
[[ -d "$HOME/AppImages" ]] && path+=("$HOME/AppImages")
[[ -d "$HOME/.opencode/bin" ]] && path+=("$HOME/.opencode/bin")