Commit Diff
--- .profile +++ .profile @@ -13,6 +13,9 @@ for prefix in '' /usr/local /opt/local /usr ~/.local; path "${prefix}/bin" done +PLAN9=$HOME/.local/plan9 export PLAN9 +path $PLAN9/bin + path /opt/homebrew/bin #path ~/.cargo/bin #path /usr/local/go/bin
