Changed history size
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user