Skip to content

Instantly share code, notes, and snippets.

@varemenos
Last active August 29, 2015 13:57
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 varemenos/9632153 to your computer and use it in GitHub Desktop.
Save varemenos/9632153 to your computer and use it in GitHub Desktop.
oh-my-zsh-settings
ZSH=$HOME/.oh-my-zsh
ZSH_THEME="agnoster"
COMPLETION_WAITING_DOTS="true"
DISABLE_CORRECTION="true"
HISTCONTROL=ignoredups:ignorespace
ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets root)
source $ZSH/oh-my-zsh.sh
export PATH=$PATH:/usr/sbin:/sbin:/bin
export CHROME_BIN=google-chrome-stable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment