From bb8131f233f359f84dc0e1ab2163649e213c5344 Mon Sep 17 00:00:00 2001 From: jon Date: Sun, 16 Sep 2018 10:53:45 -0500 Subject: [PATCH] Changed history size --- bash/.bashrc | 3 +++ vim/.vim/bundle/jedi-vim | 2 +- vim/.vim/bundle/lightline.vim | 2 +- vim/.vim/bundle/nerdtree | 2 +- vim/.vim/bundle/syntastic | 2 +- vim/.vim/bundle/vim-flake8 | 2 +- vim/.vim/bundle/vim-fugitive | 2 +- vim/.vim/bundle/vim-surround | 2 +- 8 files changed, 10 insertions(+), 7 deletions(-) diff --git a/bash/.bashrc b/bash/.bashrc index 42c4151..317a493 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -42,5 +42,8 @@ bind -m vi-insert '"\C-x\C-e": edit-and-execute-command' #fix clear screen in vi mode bind -m vi-insert "\C-l":clear-screen +# HISTORY #add date/time to history export HISTTIMEFORMAT="%F %T: " +export HISTSIZE=1000 +export HISTFILESIZE=2000 diff --git a/vim/.vim/bundle/jedi-vim b/vim/.vim/bundle/jedi-vim index 7792439..c6f05cd 160000 --- a/vim/.vim/bundle/jedi-vim +++ b/vim/.vim/bundle/jedi-vim @@ -1 +1 @@ -Subproject commit 77924398bd594e238766153cec97ace62650f082 +Subproject commit c6f05cd82c9ade7734f818f7dd36c813de5bc1c3 diff --git a/vim/.vim/bundle/lightline.vim b/vim/.vim/bundle/lightline.vim index 0532dff..166f179 160000 --- a/vim/.vim/bundle/lightline.vim +++ b/vim/.vim/bundle/lightline.vim @@ -1 +1 @@ -Subproject commit 0532dff598abca9975d3f80128eaadadbf1d91d4 +Subproject commit 166f179cf89320b1b6f95def3a49fda448f4f711 diff --git a/vim/.vim/bundle/nerdtree b/vim/.vim/bundle/nerdtree index b89de09..b3804dc 160000 --- a/vim/.vim/bundle/nerdtree +++ b/vim/.vim/bundle/nerdtree @@ -1 +1 @@ -Subproject commit b89de09810b646ec2107160db3af9e530d20446c +Subproject commit b3804dcd71471505048c8a75f301539fc2dce081 diff --git a/vim/.vim/bundle/syntastic b/vim/.vim/bundle/syntastic index 96cc251..0295d82 160000 --- a/vim/.vim/bundle/syntastic +++ b/vim/.vim/bundle/syntastic @@ -1 +1 @@ -Subproject commit 96cc251075f3f9d290c5afd4adf1b64c1542d469 +Subproject commit 0295d8241db23e24b120e0360a899cb375793a1e diff --git a/vim/.vim/bundle/vim-flake8 b/vim/.vim/bundle/vim-flake8 index 91818a7..a806163 160000 --- a/vim/.vim/bundle/vim-flake8 +++ b/vim/.vim/bundle/vim-flake8 @@ -1 +1 @@ -Subproject commit 91818a7d5f5a0af5139e9adfedc9d00fa963e699 +Subproject commit a806163181ad41ec036096a2f235871682fd64cf diff --git a/vim/.vim/bundle/vim-fugitive b/vim/.vim/bundle/vim-fugitive index d16cd9c..d4fb2a2 160000 --- a/vim/.vim/bundle/vim-fugitive +++ b/vim/.vim/bundle/vim-fugitive @@ -1 +1 @@ -Subproject commit d16cd9ced1feffb53b8457357aab17be72addeae +Subproject commit d4fb2a2f5c2023f477beae6aef47cf0457351e6e diff --git a/vim/.vim/bundle/vim-surround b/vim/.vim/bundle/vim-surround index e49d6c2..5970688 160000 --- a/vim/.vim/bundle/vim-surround +++ b/vim/.vim/bundle/vim-surround @@ -1 +1 @@ -Subproject commit e49d6c2459e0f5569ff2d533b4df995dd7f98313 +Subproject commit 597068870b8f093a8b2d11536c62ff31222ee8d0