[macbook] add .local/bin to the path

This commit is contained in:
Mariano Uvalle 2025-09-30 10:54:18 -07:00
parent c6a7c96b4a
commit 43671fd6ed

View file

@ -93,6 +93,7 @@ in {
initContent = ''
export PATH=$PATH:$HOME/bin
export PATH=$PATH:$HOME/.opencode/bin
export PATH=$PATH:$HOME/.local/bin
'';
};
}