increase HISTSIZE to 200k
This commit is contained in:
parent
597bfb2b13
commit
62b609976e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
# remember more commands
|
# remember more commands
|
||||||
HISTSIZE=20000
|
HISTSIZE=200000
|
||||||
|
|
||||||
# add timestamps to history entries
|
# add timestamps to history entries
|
||||||
HISTTIMEFORMAT="%d.%m.%Y %H:%M %Z # "
|
HISTTIMEFORMAT="%d.%m.%Y %H:%M %Z # "
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue