Revert removal of 'echo' from commands, since it is often used whilst testing.
This commit is contained in:
2
.bashrc
2
.bashrc
@@ -57,7 +57,7 @@ PROMPT_COMMAND=__regenprompt
|
|||||||
# history settings
|
# history settings
|
||||||
HISTSIZE=2048
|
HISTSIZE=2048
|
||||||
HISTCONTROL=erasedups:ignoredups:ignorespace
|
HISTCONTROL=erasedups:ignoredups:ignorespace
|
||||||
HISTIGNORE='exit*:clear*:\:*:echo*'
|
HISTIGNORE='exit*:clear*:\:*'
|
||||||
|
|
||||||
shopt -s checkwinsize # check the window size after each command (and if necessary, the values of LINES and COLUMNS)
|
shopt -s checkwinsize # check the window size after each command (and if necessary, the values of LINES and COLUMNS)
|
||||||
shopt -s globstar # enable globstar (**/*)
|
shopt -s globstar # enable globstar (**/*)
|
||||||
|
|||||||
Reference in New Issue
Block a user