Skip to content

Instantly share code, notes, and snippets.

@Slumber86
Last active February 15, 2016 00:23
Show Gist options
  • Save Slumber86/1fc80e850cbde52dd374 to your computer and use it in GitHub Desktop.
Save Slumber86/1fc80e850cbde52dd374 to your computer and use it in GitHub Desktop.
My zsh config
source "$HOME/.antigen/antigen.zsh"
antigen-bundle git
autoload -U promptinit && promptinit
prompt pure
antigen apply
#vars
HISTFILE=$HOME/.zhistory # where the file will be saved
HISTSIZE=1000 # the size in bytes it can grow up to
SAVEHIST=1000 # thr maximum number of commands to save I guess
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment