Mercurial > index.cgi > dotfiles
changeset 146:472a38df3aed
Add 'jobs' to ignore list
author | Steve Huston <huston@astro.princeton.edu> |
---|---|
date | Wed, 07 Sep 2016 11:54:18 -0400 |
parents | 0fa686004ced |
children | 2dead2b7e6e3 |
files | .bashrc |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.bashrc Fri Aug 19 17:34:11 2016 -0400 +++ b/.bashrc Wed Sep 07 11:54:18 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*:jobs' # Put a timestamp on history lines export HISTTIMEFORMAT='%F %T ' # Fold multi-line commands into a single line