update: fish: fisher install z
This commit is contained in:
parent
4d0578fb86
commit
95541eda00
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ if ! type fisher &>/dev/null
|
||||||
echo "==Automatic install=="
|
echo "==Automatic install=="
|
||||||
echo "You can run `curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher` right here"
|
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."
|
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' ]
|
if [ $ans = 'N' ]
|
||||||
return 1
|
return 1
|
||||||
end
|
end
|
||||||
|
@ -24,6 +24,6 @@ fisher update
|
||||||
|
|
||||||
# installing packages
|
# installing packages
|
||||||
fisher install edc/bass
|
fisher install edc/bass
|
||||||
#fisher install jethrokuan/z
|
fisher install jethrokuan/z
|
||||||
fisher install patrickf1/fzf.fish
|
fisher install patrickf1/fzf.fish
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue