Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon May
config
Commits
2a9317fb
Commit
2a9317fb
authored
Nov 20, 2021
by
Simon May
Browse files
Raise bash history limits
parent
d54b4b3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
.bashrc
View file @
2a9317fb
...
...
@@ -26,8 +26,8 @@ HISTCONTROL=ignoreboth
# append to the history file, don’t overwrite it
shopt
-s
histappend
# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
HISTSIZE
=
8
000
HISTFILESIZE
=
16
000
HISTSIZE
=
20
000
HISTFILESIZE
=
32
000
HISTTIMEFORMAT
=
'%F %T '
# powerline (prompt)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment