update gopath

This commit is contained in:
wuqi 2023-11-08 13:18:24 +08:00
parent d7927af2ba
commit aebe010cec

3
.rc.sh
View File

@ -16,7 +16,8 @@ alias p='cd `project_folder`'
export PUB_HOSTED_URL=https://mirror.sjtu.edu.cn/dart-pub/
export FLUTTER_STORAGE_BASE_URL=https://mirror.sjtu.edu.cn/
export CHROME_EXECUTABLE=/usr/bin/microsoft-edge-stable
export PATH="$HOME/go/bin:$HOME/.local/flutter/bin:$HOME/.local/bin:$PATH"
export GOPATH="$HOME/.local/share/go"
export PATH="$GOPATH/bin:$HOME/.local/bin:$PATH"
export EDITOR=vim
yupdate