Skip to content

Commit 449641b

Browse files
authored
fix: onex.sh .bashrc name
1 parent 6b65329 commit 449641b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/installation/onex.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ onex::onex::prepare()
250250

251251
# 2. 配置 $HOME/.bashrc 添加一些便捷入口
252252
if ! grep -q 'Alias for onex quick access' $HOME/.bashrc; then
253-
cat << 'EOF' >> $HOME/.bashr
253+
cat << 'EOF' >> $HOME/.bashrc
254254
# Alias and environments for onex quick access
255255
export GOSRC="$WORKSPACE/golang/src"
256256
# OneX project root directory, used in many places.

0 commit comments

Comments
 (0)