Mercurial > index.cgi > dotfiles
comparison .bashrc @ 217:335b0fba60a8
Forgot to glob the ignore for proxy
author | Steve Huston <huston@srhuston.net> |
---|---|
date | Wed, 27 Jan 2021 11:25:35 -0500 |
parents | effc1e0edb49 |
children | 7833786173da |
comparison
equal
deleted
inserted
replaced
216:6731880943f8 | 217:335b0fba60a8 |
---|---|
73 # Ignore lines starting with a space, and duplicates of the previous command; | 73 # Ignore lines starting with a space, and duplicates of the previous command; |
74 # also, if a line is a dupe from earlier history, remove the previous line | 74 # also, if a line is a dupe from earlier history, remove the previous line |
75 # entirely | 75 # entirely |
76 export HISTCONTROL='ignoreboth:erasedups' | 76 export HISTCONTROL='ignoreboth:erasedups' |
77 # Ignore some commonly used and not noteworthy commands | 77 # Ignore some commonly used and not noteworthy commands |
78 export HISTIGNORE='bg:fg:jobs:history:ret:rbh:rj:rx:keys:ssh-add*:jobs:proxy' | 78 export HISTIGNORE='bg:fg:jobs:history:ret:rbh:rj:rx:keys:ssh-add*:jobs:proxy*' |
79 # Put a timestamp on history lines | 79 # Put a timestamp on history lines |
80 export HISTTIMEFORMAT='%F %T ' | 80 export HISTTIMEFORMAT='%F %T ' |
81 # Fold multi-line commands into a single line | 81 # Fold multi-line commands into a single line |
82 # This seems to be 'on' in many places already, but let's make sure | 82 # This seems to be 'on' in many places already, but let's make sure |
83 shopt -s cmdhist | 83 shopt -s cmdhist |