Skip to content

Commit

Permalink
Enable easy use of EC2 command line tools with env vars for config
Browse files Browse the repository at this point in the history
  • Loading branch information
francois committed Jun 27, 2014
1 parent 43b7169 commit 7776d88
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,7 @@ fi

# ssh
export SSH_KEY_PATH="~/.ssh/id_rsa"

# EC2
export EC2_CERT=$HOME/.ec2/certificate.pem
export EC2_PRIVATE_KEY=$HOME/.ec2/privkey.pem

0 comments on commit 7776d88

Please sign in to comment.