summaryrefslogtreecommitdiffstats
path: root/sh/.config/shell/profile
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2022-09-06 09:40:56 -0500
committerMatt Strapp <matt@mattstrapp.net>2022-09-06 09:40:56 -0500
commit29b5178f2df25bce9cb3986a9b4d690bab33f6d4 (patch)
treeb0b77b22c7244a4028c79156d6747d5788ed90d2 /sh/.config/shell/profile
parenteeeeeee? (diff)
downloaddotfiles-29b5178f2df25bce9cb3986a9b4d690bab33f6d4.tar
dotfiles-29b5178f2df25bce9cb3986a9b4d690bab33f6d4.tar.gz
dotfiles-29b5178f2df25bce9cb3986a9b4d690bab33f6d4.tar.bz2
dotfiles-29b5178f2df25bce9cb3986a9b4d690bab33f6d4.tar.lz
dotfiles-29b5178f2df25bce9cb3986a9b4d690bab33f6d4.tar.xz
dotfiles-29b5178f2df25bce9cb3986a9b4d690bab33f6d4.tar.zst
dotfiles-29b5178f2df25bce9cb3986a9b4d690bab33f6d4.zip
eeeeeeeee??
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'sh/.config/shell/profile')
-rw-r--r--sh/.config/shell/profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sh/.config/shell/profile b/sh/.config/shell/profile
index 0bf3a5c..c93a30f 100644
--- a/sh/.config/shell/profile
+++ b/sh/.config/shell/profile
@@ -32,7 +32,10 @@ export WGETRC="${XDG_CONFIG_HOME:-$HOME/.config}/wget/wgetrc"
export INPUTRC="${XDG_CONFIG_HOME:-$HOME/.config}/shell/inputrc"
export ZDOTDIR="${XDG_CONFIG_HOME:-$HOME/.config}/zsh"
export NUGET_PACKAGES="$XDG_CACHE_HOME/NuGetPackages"
+export AWS_SHARED_CREDENTIALS_FILE="$XDG_CONFIG_HOME/aws/credentials"
+export AWS_CONFIG_FILE="$XDG_CONFIG_HOME/aws/config"
export ALSA_CONFIG_PATH="$XDG_CONFIG_HOME/alsa/asoundrc"
+export AZURE_CONFIG_DIR="$XDG_DATA_HOME/azure"
export GNUPGHOME="${XDG_DATA_HOME:-$HOME/.local/share}/gnupg"
export WINEPREFIX="${XDG_DATA_HOME:-$HOME/.local/share}/wineprefixes/default"
export KODI_DATA="${XDG_DATA_HOME:-$HOME/.local/share}/kodi"