summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsilly <u65487754@gmail.com>2026-03-10 05:18:14 +0100
committerGitHub <noreply@github.com>2026-03-10 05:18:14 +0100
commitf239789c0cdbbe3dd3a9695509102fee9d63735d (patch)
treec1c14eeaefec3b1c328292252d114360fa6fdc4d
parentbeb53e0bf43633557112d3a317ba22643b130b03 (diff)
Update master.sh
-rw-r--r--.config/scripts/master.sh2
1 files changed, 1 insertions, 1 deletions
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