# HG changeset patch # User Steve Huston # Date 1471538961 14400 # Node ID c9a2231b009dd39723f6d17e111ca28fdc06847e # Parent 315bbb06066aabf3fbad15ba770bb9e637af50df More oft-used and non-noteworthy commands diff -r 315bbb06066a -r c9a2231b009d .bashrc --- a/.bashrc Thu Aug 18 12:46:06 2016 -0400 +++ b/.bashrc Thu Aug 18 12:49:21 2016 -0400 @@ -61,7 +61,7 @@ # entirely export HISTCONTROL='ignoreboth:erasedups' # Ignore some commonly used and not noteworthy commands -export HISTIGNORE='bg:fg:history:ret:keys' +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