go updates + i3 lock

This commit is contained in:
Paul Walko
2020-01-20 22:58:58 -05:00
parent b4c6358390
commit 27664b6935
3 changed files with 7 additions and 1 deletions

5
zshrc
View File

@@ -10,9 +10,12 @@ fi
# Customl binaries
export PATH=$HOME/.local/bin:$PATH
export PATH=$HOME/.cargo/bin:$PATH
export GOPATH=$HOME/go
export PATH=$HOME/.local/share/flatpak/exports/bin:$PATH
export PATH=$HOME/.local/minecraft-launcher:$PATH
export PATH=/usr/local/go/bin:$PATH
export PATH=$HOME/go/bin:$PATH
export GOPATH=$HOME/go
# ZSH
export ZSH=$HOME/.oh-my-zsh
ZSH_THEME='steeef'