Revert removal of 'echo' from commands, since it is often used whilst testing.

This commit is contained in:
2026-01-13 12:06:13 +01:00
parent e742681027
commit dd604e6a39

View File

@@ -57,7 +57,7 @@ PROMPT_COMMAND=__regenprompt
# history settings
HISTSIZE=2048
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 globstar # enable globstar (**/*)