Mercurial > index.cgi > dotfiles
diff .bashrc @ 212:a20525b2ef00
No need for the proxy command that I run at least daily
author | Steve Huston <huston@srhuston.net> |
---|---|
date | Fri, 08 Jan 2021 09:52:12 -0500 |
parents | 6e7913283c7a |
children | effc1e0edb49 |
line wrap: on
line diff
--- a/.bashrc Fri Jan 08 09:51:13 2021 -0500 +++ b/.bashrc Fri Jan 08 09:52:12 2021 -0500 @@ -67,7 +67,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' +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