~xdavidwu/dotfiles

57dd4d2e472258804e5761d5651a83d1a87c0c73 — xdavidwu 2 years ago ef57e06
bash: history: ignorespace
1 files changed, 1 insertions(+), 1 deletions(-)

M .bashrc
M .bashrc => .bashrc +1 -1
@@ 51,7 51,7 @@ export WGETRC="$XDG_CONFIG_HOME/wget/wgetrc"
export PASSWORD_STORE_DIR="$XDG_DATA_HOME"/pass

# shell options
HISTCONTROL=ignoredups
HISTCONTROL=ignoreboth
HISTSIZE=2048
HISTFILESIZE=2048
HISTIGNORE="history:exit:top:ls:clear:mount:python"