From f239789c0cdbbe3dd3a9695509102fee9d63735d Mon Sep 17 00:00:00 2001 From: silly Date: Tue, 10 Mar 2026 05:18:14 +0100 Subject: Update master.sh --- .config/scripts/master.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/scripts/master.sh') diff --git a/.config/scripts/master.sh b/.config/scripts/master.sh index 576e5aa..c090fed 100644 --- a/.config/scripts/master.sh +++ b/.config/scripts/master.sh @@ -11,5 +11,5 @@ case "$choice" in *settings*) "$SCRIPT_DIR/settings.sh" ;; *config*) "$SCRIPT_DIR/config.sh" ;; *btop*) kitty btop ;; - *fastfetch*) kitty sh -c "fastfetch; read -p 'press enter to close...'" ;; + *fastfetch*) kitty sh -c "fastfetch; read -p ''" ;; esac -- cgit v1.3.1