Embiggen history size, yaml indent as 2
This commit is contained in:
parent
a2016edfd5
commit
b8dda344da
2 changed files with 5 additions and 2 deletions
|
@ -17,8 +17,8 @@ alias update_configs="cd ~/Code/ntietz/config; git pull; cd -; source ~/.profile
|
|||
export EDITOR=vim
|
||||
|
||||
# set history
|
||||
export HISTSIZE=1000 # very large history
|
||||
export HISTFILESIZE=10000 # very large history
|
||||
export HISTSIZE=1000000 # very large history
|
||||
export HISTFILESIZE=10000000 # very large history
|
||||
export HISTCONTROL=ignoreboth:erasedups # ignore duplicate history entries
|
||||
shopt -s histappend # append to the history when the shell exits (instead of overwriting)
|
||||
|
||||
|
|
|
@ -5,3 +5,6 @@ trim_trailing_whitespace = true
|
|||
|
||||
[Makefile]
|
||||
indent_style = tab
|
||||
|
||||
[*.{yaml,yml}]
|
||||
indent_size = 2
|
||||
|
|
Loading…
Reference in a new issue