Created
January 16, 2016 22:26
-
-
Save trodemaster/349ac04e9a997d67d4eb to your computer and use it in GitHub Desktop.
bash alias shortcut so I don't have to type or remember long paths
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias terraformhome="cd $GOPATH/src/github.com/hashicorp/terraform; echo -e \"\033[33m--> \`pwd\`\033[0m\"" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment