Zsh: Add ~/.cargo/bin to path

This commit is contained in:
Marko Korhonen 2022-09-20 19:20:11 +03:00
parent eee41cbbcd
commit b2ee402d04

View file

@ -28,6 +28,9 @@ export USRNAME=$USER
# Add ~/.bin to path # Add ~/.bin to path
export PATH="/home/$USER/.bin:$PATH" export PATH="/home/$USER/.bin:$PATH"
# Add ~/.cargo/bin to path
export PATH="/home/$USER/.cargo/bin:$PATH"
# go path # go path
export GOPATH=~/.go export GOPATH=~/.go