Skip to content

Instantly share code, notes, and snippets.

@Taragolis
Last active July 4, 2017 09:56
Show Gist options
  • Save Taragolis/75bf72b60cf7caf8ac4d98e3897956f7 to your computer and use it in GitHub Desktop.
Save Taragolis/75bf72b60cf7caf8ac4d98e3897956f7 to your computer and use it in GitHub Desktop.
oh-my-zsh interactive shell config file
export ZSH=$HOME/.oh-my-zsh
ZSH_THEME="agnoster"
CASE_SENSITIVE="false"
COMPLETION_WAITING_DOTS="true"
HIST_STAMPS="yyyy-mm-dd"
plugins=(sudo git command-not-found)
source $ZSH/oh-my-zsh.sh
export HISTFILE=$HOME/.zsh_history
export HISTSIZE=3000
export SAVEHIST=$HISTSIZE
setopt APPEND_HISTORY
setopt HIST_IGNORE_ALL_DUPS
setopt HIST_IGNORE_SPACE
export LANG=en_US.UTF-8
export EDITOR='nano'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment