Add GOBIN to zprofile

This commit is contained in:
Pavle Portic 2024-02-05 11:49:26 +01:00
parent 1d50a0b925
commit 5dab7ce135
Signed by: TheEdgeOfRage
GPG Key ID: 66AD4BA646FBC0D2
2 changed files with 3 additions and 2 deletions

View File

@ -9,7 +9,8 @@ export MOZ_USE_XINPUT2="1"
export WLR_NO_HARDWARE_CURSORS="1"
export GOPRIVATE="github.com/duneanalytics/*"
export GOPATH="$HOME/dev/go"
export PATH="$HOME/.local/bin:$PATH:$GOPATH/bin:$HOME/.cargo/bin"
export GOBIN="$HOME/dev/go/bin"
export PATH="$HOME/.local/bin:$PATH:$GOBIN:$HOME/.cargo/bin"
export QT_QPA_PLATFORMTHEME="qt5ct"
export QT_STYLE_OVERRIDE="kvantum"
export QT_WAYLAND_FORCE_DPI="physical"

View File

@ -10,7 +10,7 @@ rm -rf /tmp/yay
# Install packages
git clone https://github.com/TheEdgeOfRage/bumblebee-status ~/.local/share/bumblebee-status
go install gitea.theedgeofrage.com/theedgeofrage/rpn
GOPATH=$HOME/dev/go go install gitea.theedgeofrage.com/theedgeofrage/rpn
# Oh My Zsh
ohmyzsh_dir="$HOME/.config/zsh/oh-my-zsh"