Merge branch 'master' of github.com:joshtronic/dotfiles

This commit is contained in:
Josh Sherman 2017-08-25 17:48:25 -05:00
commit c97ed7f090
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

3
zshrc
View file

@ -11,7 +11,8 @@ unalias -m "*"
export CLICOLOR=1
export EDITOR=select-vim
export KEYTIMEOUT=1
export TERM="xterm-256color"
export QUOTING_STYLE=literal
export TERM=xterm-256color
HISTFILE=$HOME/.zsh_history
HISTSIZE=10000