Updated PATH in zshrc

This commit is contained in:
Ben Vincent 2023-09-02 01:20:57 +10:00
parent d6140a9f15
commit fb86570862

View File

@ -1,5 +1,5 @@
# If you come from bash you might have to change your $PATH.
export PATH=$HOME/.local/bin:$HOME/.cargo/bin:$HOME/go/bin:$PATH
export PATH=$HOME/bin:$HOME/.local/bin:$HOME/.cargo/bin:$HOME/go/bin:$PATH
export GOPATH=$HOME/go
# set term
export TERM=xterm-256color