summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.bashrc b/.bashrc
index 6d28704..9a63c20 100644
--- a/.bashrc
+++ b/.bashrc
@@ -15,8 +15,8 @@ shopt -s nocaseglob
shopt -s no_empty_cmd_completion
export HISTFILE="$XDG_STATE_HOME/bash/history"
-export HISTSIZE=20
-export HISTFILESIZE=500
+export HISTSIZE=200
+export HISTFILESIZE=1000
# aliases
alias ls='exa'