Mercurial > index.cgi > dotfiles
changeset 217:335b0fba60a8
Forgot to glob the ignore for proxy
author | Steve Huston <huston@srhuston.net> |
---|---|
date | Wed, 27 Jan 2021 11:25:35 -0500 |
parents | 6731880943f8 |
children | 81d5d7484f31 |
files | .bashrc |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.bashrc Tue Jan 26 11:00:31 2021 -0500 +++ b/.bashrc Wed Jan 27 11:25:35 2021 -0500 @@ -75,7 +75,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: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