diff options
author | Adam Stück <adam@adast.xyz> | 2023-02-24 15:34:49 +0100 |
---|---|---|
committer | Adam Stück <adam@adast.xyz> | 2023-02-24 15:34:49 +0100 |
commit | f4b8368b2b86ae7900896377b5098876edbbc574 (patch) | |
tree | 29cb8da8c8ee13cb54add0817779a1eafb1810f1 | |
parent | bf9791861b26217217ca07b523a98f466d094c2e (diff) |
bashrc: increase HISTFILESIZE
+ drop comments
-rw-r--r-- | .bashrc | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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 |