Skip to content

Instantly share code, notes, and snippets.

@F1LT3R
Last active August 29, 2015 14:05
Show Gist options
  • Save F1LT3R/ee42c30152fc15b72d73 to your computer and use it in GitHub Desktop.
Save F1LT3R/ee42c30152fc15b72d73 to your computer and use it in GitHub Desktop.
Oh My ZSH Settings
ZSH=$HOME/.oh-my-zsh
ZSH_THEME="agnoster"
source $ZSH/oh-my-zsh.sh
plugins=(git git-extras git-flow git-remote-branch gitfast node npm nyan osx pip python screen jira lol osx colored-man colorize zsh-syntax-highlighting vagrant web-search)
# I Like History :)
export HISTFILE=~/.histfile
HISTSIZE=99999999
SAVEHIST=99999999
DEFAULT_USER=""
DISABLE_AUTO_UPDATE="true"
COMPLETION_WAITING_DOTS="true"
export PATH=$HOME/bin:/usr/local/bin:$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment