From e47dbf58614060d50300a5c574c2c19a4f9f5922 Mon Sep 17 00:00:00 2001 From: apt Date: Sat, 9 Aug 2025 08:14:02 +0100 Subject: [PATCH] Amended Commented out fished plugins for text. --- fish_installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish_installer.sh b/fish_installer.sh index 5426cff..e479cef 100644 --- a/fish_installer.sh +++ b/fish_installer.sh @@ -152,7 +152,7 @@ fi read -rp "Do you want to install Fisher plugin manager and some plugins? (y/N): " install_plugins if [[ "$install_plugins" =~ ^[Yy]$ ]]; then install_fisher - install_fish_plugins + # install_fish_plugins echo "Fisher and plugins installed!" else echo "Skipping plugin installation."