diff options
-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 5f3d5bf..3d2aa1b 100644 --- a/.config/zsh/includes/export.zsh +++ b/.config/zsh/includes/export.zsh @@ -32,6 +32,9 @@ fi # cargo export CARGO_TARGET_DIR="$HOME/.cache/cargo_target_dir/" +# rustup +export RUSTUP_HOME="$HOME/.local/state/rustup" + # keyboard exports for sway export XKB_DEFAULT_LAYOUT=de |