diff --git a/bash/.bashrc b/bash/.bashrc index 7cd23ad..6c3b96f 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -46,8 +46,8 @@ export EDITOR=/usr/bin/vim # HISTORY #add date/time to history export HISTTIMEFORMAT="%F %T: " -export HISTSIZE=1000 -export HISTFILESIZE=2000 +export HISTSIZE=2000 +export HISTFILESIZE=5000 #if tty -s; then if [ -t 1 ]; then diff --git a/vim/.vimrc b/vim/.vimrc index 92a556f..b059fe5 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -11,7 +11,7 @@ set hidden set incsearch " share system clipboard -set clipboard=^unnamed,unnamedplus +"set clipboard=^unnamed,unnamedplus " hide showmode because its in statusline set noshowmode