Skip to content

Commit

Permalink
feat(install/unix): add spicetify to session PATH (spicetify#2785)
Browse files Browse the repository at this point in the history
  • Loading branch information
rxri authored Jan 31, 2024
1 parent 74b0d4f commit cf8a44f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ check() {
echo >> "$shellrc"
fi
echo "${2:-$path}" >> "$shellrc"
log "Restart your shell to have spicetify in your PATH."
export PATH="$spicetify_install:$PATH"
else
log "spicetify path already set in $shellrc, continuing..."
fi
Expand Down Expand Up @@ -144,4 +144,4 @@ if [ "$choice" = "N" ] || [ "$choice" = "n" ]; then
exit 0
fi
echo "Starting the spicetify Marketplace installation script.."
curl -fsSL "https://raw.githubusercontent.com/spicetify/spicetify-marketplace/main/resources/install.sh" | sh
curl -fsSL "https://raw.githubusercontent.com/spicetify/spicetify-marketplace/main/resources/install.sh" | sh

0 comments on commit cf8a44f

Please sign in to comment.