commit 108b8cfd360a4f4fbb4f033f2747a3b69a551ef7 parent a609df449a18ff29623190cad162592def85353c Author: Jake Bauer <jbauer@paritybit.ca> Date: Wed, 3 Feb 2021 04:24:23 -0500 Decrease histfile size according to mksh shell docs Diffstat:
M | .config/shrc | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.config/shrc b/.config/shrc @@ -7,7 +7,7 @@ case $- in esac # Set history length -HISTSIZE=100000 +HISTSIZE=65535 # Disable CTRL-S and CTRL-Q stty -ixon