# HG changeset patch # User Steve Huston # Date 1473263658 14400 # Node ID 472a38df3aed228f136f50d670c1a90d9e0f74e2 # Parent 0fa686004ced3a7371b9806f1d45d347b3d23d58 Add 'jobs' to ignore list diff -r 0fa686004ced -r 472a38df3aed .bashrc --- 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