Skip to content

Commit

Permalink
bash_profile: Move 'go' working directory to ~/dev on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffaco committed Jun 9, 2018
1 parent 253067f commit 3743294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/bash_profile/bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ if [ -d /usr/local/go ]; then
export GOPATH=$HOME/local/go
;;
Linux)
export GOPATH=$HOME/go
export GOPATH=$HOME/dev/go
if [ -f /opt/goland/bin/goland.sh ]; then
alias goland=/opt/goland/bin/goland.sh
fi
Expand Down

0 comments on commit 3743294

Please sign in to comment.