Be more precise

This commit is contained in:
David Heinemeier Hansson 2024-06-04 16:51:55 -07:00
parent 8e41507878
commit 6a52a1291d

View File

@ -23,4 +23,4 @@ elif [ "$THEME" == "rose-pine" ]; then
fi
sed -i "s/\"workbench.colorTheme\": \".*\"/\"workbench.colorTheme\": \"$VSC_THEME\"/g" ~/.config/Code/User/settings.json
echo "Restart your terminal and editor if theme hasn't changed"
echo "Restart your terminal for a full theme change (Ctrl+w, then start again with Alt+2)"