From 95541eda00908a1e0ae9ef6f8e43fcc916ef57f7 Mon Sep 17 00:00:00 2001 From: qwjyh Date: Tue, 2 May 2023 22:12:17 +0900 Subject: [PATCH] update: fish: fisher install z --- bin/linux/fisher_plugins.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/linux/fisher_plugins.fish b/bin/linux/fisher_plugins.fish index 1595c1b..c7b3384 100755 --- a/bin/linux/fisher_plugins.fish +++ b/bin/linux/fisher_plugins.fish @@ -12,7 +12,7 @@ if ! type fisher &>/dev/null echo "==Automatic install==" echo "You can run `curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher` right here" echo "be sure to check install command on the fisher project homepage." - read -p "echo Install\?(default Y / N):\ " ans + read -p "echo Install with the script above\?(default Y / N):\ " ans if [ $ans = 'N' ] return 1 end @@ -24,6 +24,6 @@ fisher update # installing packages fisher install edc/bass -#fisher install jethrokuan/z +fisher install jethrokuan/z fisher install patrickf1/fzf.fish