[macbook] add .local/bin to the path

This commit is contained in:
jmug
2025-09-30 10:54:18 -07:00
parent c6a7c96b4a
commit 43671fd6ed
+1
View File
@@ -93,6 +93,7 @@ in {
initContent = '' initContent = ''
export PATH=$PATH:$HOME/bin export PATH=$PATH:$HOME/bin
export PATH=$PATH:$HOME/.opencode/bin export PATH=$PATH:$HOME/.opencode/bin
export PATH=$PATH:$HOME/.local/bin
''; '';
}; };
} }