We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09318f9 + 6915f32 commit 6c476adCopy full SHA for 6c476ad
scripts/installation/onex.sh
@@ -249,7 +249,7 @@ onex::onex::prepare()
249
pushd "${ONEX_ROOT}" >/dev/null 2>&1
250
251
# 2. 配置 $HOME/.bashrc 添加一些便捷入口
252
- if ! grep -q 'Alias for onex quick access' $HOME/.bashrc; then
+ if ! grep -q 'Alias and environments for onex quick access' $HOME/.bashrc; then
253
cat << 'EOF' >> $HOME/.bashrc
254
# Alias and environments for onex quick access
255
export GOSRC="$WORKSPACE/golang/src"
0 commit comments