laughing-hipster/.work_profile

13 lines
195 B
Bash
Executable File

#!/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