diff options
author | Matthew Lemon <y@yulqen.org> | 2023-10-11 15:52:33 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-10-11 15:52:33 +0100 |
commit | 8e32186eee09c4b334567fac049136fa257a5a66 (patch) | |
tree | 679ff17d173a8c9decdb3e5f836d13d233d357a4 | |
parent | 4aa97ead184bf795f7bc78d431b1bf95f460efe5 (diff) |
Increased the bash history size
-rw-r--r-- | bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ if [ -f /usr/share/bash-completion/completions/pass ]; then . /usr/share/bash-completion/completions/pass fi +HISTSIZE=20000 + # export PS1='bash-\v-\u@\h \W\$ ' # export PS1='\[\033[38;5;208m\]\u@\h:\w\$\[\033[0m\] ' #export PS1='\[\033[01;32m\]\u@\h:\w\$\[\033[0m\] ' |