mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-21 21:46:34 +00:00
Move go path forward
This commit is contained in:
parent
5cc6cdc447
commit
f46e37185d
@ -34,7 +34,7 @@ end
|
|||||||
# Golang paths
|
# Golang paths
|
||||||
set -gx GOPATH $HOME/workspace/go_path
|
set -gx GOPATH $HOME/workspace/go_path
|
||||||
if [ -d "$GOPATH" ]
|
if [ -d "$GOPATH" ]
|
||||||
set -gx PATH $PATH $GOPATH/bin
|
set -gx PATH $GOPATH/bin $PATH
|
||||||
end
|
end
|
||||||
|
|
||||||
# Android paths
|
# Android paths
|
||||||
|
Loading…
Reference in New Issue
Block a user