From 8e096f83e2c466d6a49371802d5d339df6d0c2d3 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Fri, 16 Feb 2024 13:41:49 +0100 Subject: [PATCH] Updates --- scripts/setthunarterminal.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/setthunarterminal.sh b/scripts/setthunarterminal.sh index 6fec73f..abd3d93 100755 --- a/scripts/setthunarterminal.sh +++ b/scripts/setthunarterminal.sh @@ -1,4 +1,5 @@ #!/bin/bash +clear if [ -f ~/dotfiles/.settings/terminal.sh ]; then terminal="$(cat ~/dotfiles/.settings/terminal.sh)" echo ":: Installing $terminal" @@ -13,4 +14,5 @@ if [ -f ~/dotfiles/.settings/terminal.sh ]; then fi else echo "ERROR: ~/dotfiles/.settings/terminal.sh not found" -fi \ No newline at end of file +fi +sleep 3 \ No newline at end of file