This website requires JavaScript.
Explore
Help
Sign In
Marty
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
3
Pull requests
Projects
Releases
Wiki
Activity
d5ef988d76
dotfiles
/
.config
/
shell
/
login.d
/
go-path.sh
5 lines
82 B
Bash
Raw
Normal View
History
Unescape
Escape
Naive fixing of linter errors
2019-07-24 05:33:28 +00:00
#!/bin/sh
Change gopath to default to the new project folder Moved from Code folder which is deprecated.
2019-07-03 09:48:27 +00:00
export
GOPATH
=
"
$HOME
/projects/gopath/
"
organize all shell scripts into logical dirs
2019-03-15 13:40:03 +00:00
export
PATH
=
"
$PATH
:
$GOPATH
/bin
"
Reference in a new issue
Copy permalink