summaryrefslogtreecommitdiff
path: root/.config/scripts/master.sh
diff options
context:
space:
mode:
authorsilly <u65487754@gmail.com>2026-04-04 12:50:37 +0000
committerGitHub <noreply@github.com>2026-04-04 12:50:37 +0000
commit0587b2707f720ae236cf4b2eb516a1c405366036 (patch)
tree2fbe76b559970d253d29ba25120c5773e35dfccd /.config/scripts/master.sh
parentfa62027073eb9283a0729d00d59d838e9a3bb256 (diff)
Update master.sh
Diffstat (limited to '.config/scripts/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 4df783f..928e653 100644
--- a/.config/scripts/master.sh
+++ b/.config/scripts/master.sh
@@ -11,5 +11,5 @@ case "$choice" in
*config*) "$SCRIPT_DIR/config.sh" ;;
*settings*) "$SCRIPT_DIR/settings.sh" ;;
*wallpaper*) "$SCRIPT_DIR/wallpaper.sh" ;;
- *fastfetch*) kitty sh -c "fastfetch; read -p ''" ;;
+ *ssh*) "$SCRIPT_DIR/ssh.sh" ;;
esac