diff options
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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' |
