#!/bin/bash if [[ $DEBUG ]] ; then echo "I'm on my work machine!" fi alias projects='cd /c/Projects' if [ -d "/c/Windows" ]; then export GOROOT="/c/Go" export GOPATH="/c/Projects/Go" fi