feat(zsh): add opencode to path

This commit is contained in:
2026-02-09 17:54:26 +00:00
parent d78bd2f08c
commit 316d7f4c19

3
.zshrc
View File

@@ -23,3 +23,6 @@ source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zs
# Created by `pipx` on 2026-01-15 16:32:17
export PATH="$PATH:/home/dylan/.local/bin"
# opencode
export PATH=/home/dylan/.opencode/bin:$PATH