[CHORE] moving things around

This commit is contained in:
Daveanand Mannie
2025-10-22 03:59:38 -04:00
parent fe02946bb2
commit 800e892b6e
10 changed files with 186 additions and 33 deletions

View File

@@ -102,3 +102,11 @@ export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=015,bold"
eval "$(~/.local/repos/rbenv/bin/rbenv init - --no-rehash zsh)"
# message of the day
~/.config/nvim/zsh/motd.sh
# rust
export PATH="$HOME/.cargo/bin:$PATH"
# go lang
export GOPATH=$HOME/workspace/go-tools
export GOBIN=$GOPATH/bin
export PATH="$GOBIN:/usr/local/go/bin:$PATH"