We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78a3f1c commit 0efc06fCopy full SHA for 0efc06f
install.sh
@@ -91,7 +91,7 @@ yarn_link() {
91
printf "> Append the following lines to the correct file yourself:$reset\n"
92
command printf "${SOURCE_STR}"
93
else
94
- if ! grep -q 'yarn' "$YARN_PROFILE"; then
+ if ! grep -q 'yarn/bin' "$YARN_PROFILE"; then
95
if [[ $YARN_PROFILE == *"fish"* ]]; then
96
command fish -c 'set -U fish_user_paths $fish_user_paths ~/.yarn/bin'
97
printf "$cyan> We've added ~/.yarn/bin to your fish_user_paths universal variable\n"
0 commit comments