From 98d6cb2dd53d770ab16172ce00a6572c388a7f00 Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Fri, 16 Feb 2024 15:08:48 +0100 Subject: [PATCH] bash: Fixed jaaj startup command not being configured to use dotacat --- shell/bash/.bash_exec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/bash/.bash_exec b/shell/bash/.bash_exec index 319d94c..571ca98 100644 --- a/shell/bash/.bash_exec +++ b/shell/bash/.bash_exec @@ -1,5 +1,5 @@ #!/usr/bin/bash -if command -v jaaj &> /dev/null && command -v lolcat &> /dev/null; then +if command -v jaaj &> /dev/null && command -v dotacat &> /dev/null; then jaaj fi