Mercurial > index.cgi > dotfiles
changeset 145:0fa686004ced
Need to add a glob on that too
author | Steve Huston <huston@astro.princeton.edu> |
---|---|
date | Fri, 19 Aug 2016 17:34:11 -0400 |
parents | c9a2231b009d |
children | 472a38df3aed |
files | .bashrc |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.bashrc Thu Aug 18 12:49:21 2016 -0400 +++ b/.bashrc Fri Aug 19 17:34:11 2016 -0400 @@ -61,7 +61,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' +export HISTIGNORE='bg:fg:jobs:history:ret:rbh:rj:rx:keys:ssh-add*' # Put a timestamp on history lines export HISTTIMEFORMAT='%F %T ' # Fold multi-line commands into a single line