Fix gestione hostname
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [[ "$HOST" == 'nymph.localhost' ]]; then
|
||||
export GOPATH=$HOME/Go
|
||||
elif [[ "$HOST" == 'ikaros.fritz.box' ]]; then
|
||||
export GOPATH=$HOME/Library/Go
|
||||
fi
|
||||
|
||||
export GOPATH=$HOME/Library/Go
|
||||
export GOBIN=$GOPATH/bin
|
||||
|
||||
Reference in New Issue
Block a user