Created
December 11, 2016 15:42
-
-
Save dnavas77/e890a869cbc62dc353c9c39be6cb516a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Path to your oh-my-zsh installation. | |
export ZSH=/Users/dnavas/.oh-my-zsh | |
# Set name of the theme to load. | |
# Look in ~/.oh-my-zsh/themes/ | |
# Optionally, if you set this to "random", it'll load a random theme each | |
# time that oh-my-zsh is loaded. | |
ZSH_THEME="avit" | |
plugins=(git) | |
# User configuration | |
export PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin" | |
source $ZSH/oh-my-zsh.sh | |
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh | |
# Go things | |
export GOPATH=$HOME/projects/gocode | |
export GOROOT=/usr/local/opt/go/libexec | |
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment