laughing-hipster/.work_profile

12 lines
178 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="/z/go"
export GOBIN="/z/go/winbin"