This commit is contained in:
2018-08-17 09:02:13 -04:00
parent 8d55f051bb
commit 9dbf117e7b
3 changed files with 15 additions and 10 deletions

5
zshrc
View File

@@ -1,5 +1,5 @@
ZSH=$HOME/.oh-my-zsh
ZSH_THEME=meatballhat
ZSH_THEME=dracula
CASE_SENSITIVE="true"
@@ -28,6 +28,7 @@ COMPLETION_WAITING_DOTS="true"
# DISABLE_UNTRACKED_FILES_DIRTY="true"
plugins=(
archlinux
autoenv
aws
bundler
@@ -112,7 +113,7 @@ if [[ -f ~/.cargo/env ]]; then
source ~/.cargo/env
fi
eval "$(gimme '1.9.3')" 2>/dev/null
eval "$(gimme '1.10.3')" 2>/dev/null
export GOPATH="$HOME/go"
CDPATH="$HOME/code:$HOME/src:$HOME/Development/src:$HOME/repos"