start out with thoughtbots version

This commit is contained in:
Thomas Ruoff
2017-08-13 23:14:19 +02:00
committed by Thomas Ruoff
parent 891caebf74
commit bc1bd4f5e6
24 changed files with 279 additions and 126 deletions

4
zsh/configs/history.zsh Normal file
View File

@@ -0,0 +1,4 @@
setopt hist_ignore_all_dups inc_append_history
HISTFILE=~/.zhistory
HISTSIZE=4096
SAVEHIST=4096