Skip to content

Instantly share code, notes, and snippets.

@MattHealy
Created October 23, 2017 05:08
Show Gist options
  • Save MattHealy/b81914e285401a9a6cfeaf7bd5e0d336 to your computer and use it in GitHub Desktop.
Save MattHealy/b81914e285401a9a6cfeaf7bd5e0d336 to your computer and use it in GitHub Desktop.
Add to .bash_profile for AWS profile switching
switch() {
export AWS_DEFAULT_PROFILE=$1
PS1="\h:\W \u\$ ($1)$ "
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment