Merge branch 'master' of https://git.jonfu.com/jon/dots
This commit is contained in:
@@ -46,8 +46,8 @@ export EDITOR=/usr/bin/vim
|
|||||||
# HISTORY
|
# HISTORY
|
||||||
#add date/time to history
|
#add date/time to history
|
||||||
export HISTTIMEFORMAT="%F %T: "
|
export HISTTIMEFORMAT="%F %T: "
|
||||||
export HISTSIZE=1000
|
export HISTSIZE=2000
|
||||||
export HISTFILESIZE=2000
|
export HISTFILESIZE=5000
|
||||||
|
|
||||||
#if tty -s; then
|
#if tty -s; then
|
||||||
if [ -t 1 ]; then
|
if [ -t 1 ]; then
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ set hidden
|
|||||||
set incsearch
|
set incsearch
|
||||||
|
|
||||||
" share system clipboard
|
" share system clipboard
|
||||||
set clipboard=^unnamed,unnamedplus
|
"set clipboard=^unnamed,unnamedplus
|
||||||
|
|
||||||
" hide showmode because its in statusline
|
" hide showmode because its in statusline
|
||||||
set noshowmode
|
set noshowmode
|
||||||
|
|||||||
Reference in New Issue
Block a user