diff options
| Commit | fc859b813aae56e429c6c9385052c8576a08246b (patch ) | |
|---|---|---|
| Author | Syndamia <kamen@syndamia.com> | 2024-11-08 08:15:05 +0200 |
| Committer | Syndamia <kamen@syndamia.com> | 2024-11-08 08:15:05 +0200 |
| Files | 660ef61954150335e8891aad25a1af2d7c02f189 /.bashrc | |
| dotfiles-fc859b813aae56e429c6c9385052c8576a08246b.tar dotfiles-fc859b813aae56e429c6c9385052c8576a08246b.tar.gz dotfiles-fc859b813aae56e429c6c9385052c8576a08246b.zip | ||
| Parent | 2bffa44c20313a9a9b0e39df852f023c2f6e2191 (diff) | |
feat(bash): Infinite history (**now in ~/bash_history**)
1 files changed, 3 insertions, 0 deletions
| -rw-r--r-- | .bashrc | 3 |
@@ -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 {{{ |
