summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshenv3
1 files changed, 3 insertions, 0 deletions
diff --git a/zsh/.zshenv b/zsh/.zshenv
index 122763d..d033692 100644
--- a/zsh/.zshenv
+++ b/zsh/.zshenv
@@ -15,5 +15,8 @@ if [[ -d $HOME/Library/Python/3.12/bin ]] && [[ ! $PATH == *"$HOME/Library/Pytho
}
export EDITOR="nvim"
+export AWS_PROFILE=krotos
+export CMAKE_C_COMPILER=/usr/bin/clang
+export CMAKE_CXX_COMPILER=/usr/bin/clang++
. "$HOME/.cargo/env"