Last active
February 15, 2016 00:23
-
-
Save Slumber86/1fc80e850cbde52dd374 to your computer and use it in GitHub Desktop.
My zsh config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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