diff options
| -rw-r--r-- | .bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc index 8d19db8..0ad2e42 100644 --- a/.bashrc +++ b/.bashrc @@ -27,6 +27,7 @@ bind -m vi-insert -x '"\C-l": clear' shopt -s histappend HISTSIZE=50000 HISTFILESIZE=500000 +HISTCONTROL=ignorespace # enable direnv eval "$(direnv hook bash)" |