summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorMichaël Ball <michael.ball@krotosaudio.com>2024-09-23 08:21:14 +0100
committerMichaël Ball <michael.ball@krotosaudio.com>2024-09-23 08:21:14 +0100
commit848bf94fc7c3f50d793e3240d5d668856846fb41 (patch)
tree813c9ed811c2b3ffc194f997ab3d795e40481c2f /zsh
parent8be4789cef1cef40cb2b7fb39dff41950801b6f9 (diff)
zsh env updates
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"