Update dotfiles

This commit is contained in:
2020-09-27 19:58:44 +01:00
parent 93f499d34b
commit 567910bdb6
5 changed files with 51 additions and 34 deletions

View File

@@ -3,9 +3,11 @@ export EDITOR='vim'
export VISUAL='code'
# AWS
export AWS_PROFILE=$(cat ~/.aws/profile)
export AWS_DEFAULT_REGION=eu-west-1
export AWS_REGION=eu-west-1
if [ -f ~/.aws/profile ]; then
export AWS_PROFILE=$(cat ~/.aws/profile)
export AWS_DEFAULT_REGION=eu-west-1
export AWS_REGION=eu-west-1
fi
# Node
export NODE_ENV=localhost