You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
info(`Added ${source_cpprc_str} to ${cpprc_path}`)
127
128
129
+
giveUserAccess(cpprc_path)
130
+
131
+
// source cpprc in bashrc/profile
132
+
128
133
constsource_cpprc_string=`\n# source .cpprc if SOURCE_CPPRC is not set to 0\nif [[ "$SOURCE_CPPRC" != 0 && -f "${cpprc_path}" ]]; then source "${cpprc_path}"; fi\n`
0 commit comments