commit 9135596d69a6497b3112fc400f6fc45c5cd22562
parent 3cee172771486bc6db7ea12573f079237434fb0c
Author: dwrz <dwrz@dwrz.net>
Date: Wed, 7 Dec 2022 02:07:48 +0000
Add AWS environment to profile
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/profile b/profile
@@ -1,5 +1,8 @@
export XDG_CONFIG_HOME="${HOME}/.config"
+export AWS_CONFIG_FILE="$XDG_CONFIG_HOME/aws/config"
+export AWS_CLI_HISTORY_FILE="$XDG_DATA_HOME/aws/history"
+export AWS_CREDENTIALS_FILE="$XDG_DATA_HOME/aws/credentials"
export EDITOR="emacsclient -t --alternate-editor mg"
export GCC_COLORS="error=01;31:warning=01;35:note=01;36:caret=0$"
export GOPATH="${HOME}/.local/share/go"