laughing-hipster/.work_profile

11 lines
159 B
Bash
Executable File

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