diff options
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -207,6 +207,9 @@ # History {{{ bind '"\e[A":history-search-backward' bind '"\e[B":history-search-forward' + # Thanks to https://stackoverflow.com/a/19533853 + shopt -s histappend + export HISTCONTROL=ignoredups HISTFILESIZE= HISTSIZE= HISTFILE=~/bash_history # }}} # Changing directory {{{ |
