From f483e4d2dbd5e2040e38275c41b63ef62831cec8 Mon Sep 17 00:00:00 2001 From: jomido Date: Fri, 12 Jul 2019 15:53:26 -0500 Subject: [PATCH] Increase history, update vim clip behavior --- bash/.bashrc | 4 ++-- vim/.vimrc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 e5e1bad..08c9136 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