Skip to content

Instantly share code, notes, and snippets.

View dougal's full-sized avatar

Douglas F Shearer dougal

View GitHub Profile
# Function to set the current AWS Profile.
#
# Checks to see if the profile exists before setting it.
set AWS_PROFILES_PATH $HOME/.aws/credentials
function awsprofile
set target_profile $argv
if test -z $target_profile