diff options
Diffstat (limited to '.config/zsh/includes')
-rw-r--r-- | .config/zsh/includes/export.zsh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/zsh/includes/export.zsh b/.config/zsh/includes/export.zsh index 11f03e6..5f3d5bf 100644 --- a/.config/zsh/includes/export.zsh +++ b/.config/zsh/includes/export.zsh @@ -29,6 +29,9 @@ elif [ "${available_locale#*en_US.UTF-8}" != "$available_locale" ]; then export LC_CTYPE="en_US.UTF-8" fi +# cargo +export CARGO_TARGET_DIR="$HOME/.cache/cargo_target_dir/" + # keyboard exports for sway export XKB_DEFAULT_LAYOUT=de |