summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-06-28 21:57:41 -0400
committerJune McEnroe <june@causal.agency>2019-06-28 21:57:41 -0400
commit2e29f4495f8995940362f647ce2f655834f1eccb (patch)
tree5afd90ec9b55ddd2b8df509da61e77dac8fcb387 /home
parentUnset iflag when exiting catsh (diff)
downloadsrc-2e29f4495f8995940362f647ce2f655834f1eccb.tar.gz
src-2e29f4495f8995940362f647ce2f655834f1eccb.zip
Set HISTSIZE in catsh
Diffstat (limited to 'home')
-rw-r--r--home/.config/catsh/env.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/.config/catsh/env.sh b/home/.config/catsh/env.sh
index 9cbe00dd..0c645e64 100644
--- a/home/.config/catsh/env.sh
+++ b/home/.config/catsh/env.sh
@@ -1,4 +1,5 @@
 set -o noclobber -o nounset -o vi
+HISTSIZE=1000
 
 _PATH=$PATH
 PATH=