From 5945f17b0836b56c540ed1eacf4acdd575bdab68 Mon Sep 17 00:00:00 2001 From: druckdev <63563978+druckdev@users.noreply.github.com> Date: Sat, 4 Jul 2020 02:54:49 +0200 Subject: [PATCH] Fix whitespace error --- .local/bin/filterHistory | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/filterHistory b/.local/bin/filterHistory index afd883d..70ad6fd 100755 --- a/.local/bin/filterHistory +++ b/.local/bin/filterHistory @@ -7,7 +7,7 @@ declare -a COMMANDS COMMANDS=('ls' \ 'll' \ 'l' \ - ':q' \ + ':q' \ ':Q' \ 'exit' \ 'cd' \