Skip to content

Commit

Permalink
Move AWS config back to ~/.aws
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaspence committed Jan 22, 2024
1 parent 46bcae2 commit 7961ac0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dot_profile
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ PATH="${HOME}/.local/bin:${PATH}"
XDG_RUNTIME_DIR="/run/user/$(id --user)"
}

# See aws/aws-sdk#30.
export AWS_CONFIG_FILE="${XDG_CONFIG_HOME}/aws/config"
export AWS_SHARED_CREDENTIALS_FILE="${XDG_CONFIG_HOME}/aws/credentials"

export DOCKER_CONFIG="${XDG_CONFIG_HOME}/docker"
export INPUTRC="${XDG_CONFIG_HOME}/readline/inputrc"
export VSCODE_EXTENSIONS="${XDG_DATA_HOME}/Code/extensions"
Expand Down

0 comments on commit 7961ac0

Please sign in to comment.