This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Add GOPATH/bin to PATH variable
pull/15/head
10sr
8 years ago
parent
f223701f2a
commit
4ecb1fd55d
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
profile
+ 1
- 0
profile
View File
@@ -131,6 +131,7 @@ fi
export JAVA_OPTS="$JAVA_OPTS -Duser.language=en"
export GOPATH="$HOME/my/go"
export PATH="$GOPATH/bin:$PATH"
###########################################
Write
Preview
Loading…
Cancel
Save