From f4b8368b2b86ae7900896377b5098876edbbc574 Mon Sep 17 00:00:00 2001 From: Adam Stück Date: Fri, 24 Feb 2023 15:34:49 +0100 Subject: bashrc: increase HISTFILESIZE + drop comments --- .bashrc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.bashrc b/.bashrc index e47e401..2cbed24 100644 --- a/.bashrc +++ b/.bashrc @@ -13,7 +13,7 @@ export VISUAL=nvim export PAGER="less -i -j.5 -R" export HISTCONTROL=ignoreboth:erasedups -export HISTSIZE=100000 +export HISTSIZE=1000000 export HISTFILESIZE=$HISTSIZE export PS1="\[\e[1;33m\]\W\[\e[m\] $ " @@ -21,8 +21,4 @@ source /usr/share/fzf/key-bindings.bash source /usr/share/fzf/completion.bash source "$XDG_DATA_HOME/cargo/env" source "$XDG_CONFIG_HOME/aliases" - eval "$(zoxide init bash)" -# eval "$(starship init bash)" - -# pfetch -- cgit v1.2.3-70-g09d2