commit 753711cd54f269754aa693624a5e051c3ce6077b
parent 9309afd07738ef338db435c2cdbff484a1bcf73d
Author: William Casarin <jb55@jb55.com>
Date: Wed, 15 Dec 2021 17:02:44 -0800
bash: move histsize
dunno why I did this
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc
@@ -19,6 +19,7 @@ export PS0='\033[0m'
#export PS1='$(printf "\x01\033[30;1m\x02%3.*s\x01\033[0m\x02> " $? $?)'
# don't put duplicate lines in the history. See bash(1) for more options
+export HISTSIZE=50000
export HISTCONTROL=ignoredups
# ... and ignore same sucessive entries.
export HISTCONTROL=ignoreboth
@@ -65,7 +66,6 @@ export SHARE_SS_DIR="$HOME/var/img/ss"
export DOTFILES=${DOTFILES:-$HOME/dotfiles}
export VI_MODE=1
export XZ=pxz
-export HISTSIZE=50000
export FZF_CTRL_R_OPTS="-e"
export FZF_DEFAULT_OPTS="-e"
export FZF_DEFAULT_COMMAND='rg --files --hidden'