Increase history, update vim clip behavior
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user