Skip to content

Instantly share code, notes, and snippets.

@jherr
Created September 15, 2020 13:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jherr/d72cf44627b88ce21a45d9e2b7c1b8b0 to your computer and use it in GitHub Desktop.
Save jherr/d72cf44627b88ce21a45d9e2b7c1b8b0 to your computer and use it in GitHub Desktop.
export ZSH="/Users/jherr/.oh-my-zsh"
ZSH_THEME="robbyrussell"
plugins=(git)
source $ZSH/oh-my-zsh.sh
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment