diff --git a/fish_installer.sh b/fish_installer.sh index e632b4b..17bf79e 100644 --- a/fish_installer.sh +++ b/fish_installer.sh @@ -118,7 +118,7 @@ install_fisher() { echo "✓ Fisher already present" else echo "• Installing Fisher..." - # isolate stdin so curl|bash doesn’t leak into fish + # isolate stdin so curl|bash doesnt leak into fish fish -c 'curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher'