Update vim background, PATH env var

This commit is contained in:
Rob Watson 2020-08-13 20:03:32 +02:00
parent 2af0b3cf11
commit 42f8e8ee39
1 changed files with 1 additions and 0 deletions

1
zshrc
View File

@ -110,6 +110,7 @@ export GOPATH=$HOME/go
export PATH=$HOME/go/bin:$PATH
export PATH=$HOME/local/bin:$PATH
export PATH=$HOME/bin:$PATH
export PATH=$HOME/.local/bin:$PATH
# set up asdf (must be after paths)
. $HOME/.asdf/asdf.sh