Mercurial > index.cgi > dotfiles
changeset 144:c9a2231b009d
More oft-used and non-noteworthy commands
author | Steve Huston <huston@astro.princeton.edu> |
---|---|
date | Thu, 18 Aug 2016 12:49:21 -0400 |
parents | 315bbb06066a |
children | 0fa686004ced |
files | .bashrc |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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