Mercurial > index.cgi > dotfiles
diff .bashrc @ 285:f62fb9579277
Changing irc alias a little due to how docker exits; update histignore
author | Steve Huston <huston@srhuston.net> |
---|---|
date | Tue, 16 Jul 2024 22:22:44 -0400 |
parents | df0b24d4fabd |
children |
line wrap: on
line diff
--- a/.bashrc Tue Jul 16 11:28:19 2024 -0400 +++ b/.bashrc Tue Jul 16 22:22:44 2024 -0400 @@ -65,7 +65,7 @@ # entirely export HISTCONTROL='ignoreboth:erasedups' # Ignore some commonly used and not noteworthy commands -export HISTIGNORE='bg:fg:jobs:history:ret:rbh:rj:rx:keys:ssh-add*:jobs:proxy*' +export HISTIGNORE='bg:fg:jobs:history:ret:irc:rbh:rj:rx:keys:ssh-add*:jobs:proxy*' # Put a timestamp on history lines export HISTTIMEFORMAT='%F %T ' # Fold multi-line commands into a single line