You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
laughing-hipster/.work_profile

11 lines
159 B

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