From dd604e6a390e472296461250e598a04e4b9ceecd Mon Sep 17 00:00:00 2001 From: Quinn Date: Tue, 13 Jan 2026 12:06:13 +0100 Subject: [PATCH] Revert removal of 'echo' from commands, since it is often used whilst testing. --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 12c6b64..3a10ddd 100644 --- a/.bashrc +++ b/.bashrc @@ -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 (**/*)