summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2022-10-09 17:28:07 -0400
committerAndrew Cady <d@jerkface.net>2022-10-09 17:28:07 -0400
commit8ea371f7ed97d598fa811f08997946dda5e09dce (patch)
tree2b70b892178d11d5b03d2e0ca0b59d94d9cb719b
parentde7aebc51435f02109ace85d7dc7c108d9adb7a8 (diff)
increase bash HISTSIZE
-rw-r--r--dot/bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/dot/bashrc b/dot/bashrc
index 121ad51..18ba0c5 100644
--- a/dot/bashrc
+++ b/dot/bashrc
@@ -60,6 +60,8 @@ memoize_retval()
60 add_path -a /usr/games 60 add_path -a /usr/games
61 add_path "$HOME/.cabal/bin" "$HOME/.local/bin" "$HOME/bin" 61 add_path "$HOME/.cabal/bin" "$HOME/.local/bin" "$HOME/bin"
62 62
63 HISTSIZE=50000
64
63 tmux-log-everything 65 tmux-log-everything
64 66
65# if have stack; then 67# if have stack; then