Update dotfiles

This commit is contained in:
2020-03-20 12:43:45 +01:00
parent 30d6d36e9c
commit d40acd2516
4 changed files with 11 additions and 1 deletions

6
.zshrc
View File

@@ -4,6 +4,12 @@ source $HOME/.aliases
# Set $PATH
export PATH=$HOME/bin:$PATH
# Set Golang
export PATH=$PATH:/usr/local/go/bin
export GOPATH=$HOME/Projects/golang/lib
export PATH=$PATH:$GOPATH/bin
export GOPATH=$GOPATH:$HOME/Projects/golang/code
# Load the oh-my-zsh's library.
antigen use oh-my-zsh