summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorAdam Stück <adam@adast.xyz>2023-02-24 15:34:49 +0100
committerAdam Stück <adam@adast.xyz>2023-02-24 15:34:49 +0100
commitf4b8368b2b86ae7900896377b5098876edbbc574 (patch)
tree29cb8da8c8ee13cb54add0817779a1eafb1810f1 /.bashrc
parentbf9791861b26217217ca07b523a98f466d094c2e (diff)
bashrc: increase HISTFILESIZE
+ drop comments
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc6
1 files changed, 1 insertions, 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