summaryrefslogtreecommitdiff
path: root/.zshenv
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2021-11-24 02:02:25 -0500
committerseth <[email protected]>2022-08-04 04:40:17 -0400
commit944b6db89ae715d93d0804a6a2358dcab88f1c07 (patch)
tree5244d9f5ddf4f8a661e17c184fbadf2e553dbd43 /.zshenv
initial bare repo commit
Diffstat (limited to '.zshenv')
-rw-r--r--.zshenv9
1 files changed, 9 insertions, 0 deletions
diff --git a/.zshenv b/.zshenv
new file mode 100644
index 0000000..0112915
--- /dev/null
+++ b/.zshenv
@@ -0,0 +1,9 @@
+# add user's bin directory to path
+if [ -d "$HOME/.local/bin" ]
+then
+ export PATH="$HOME/.local/bin:$PATH"
+fi
+
+export ZDOTDIR="$HOME/.config/zsh"
+export CARGO_HOME="$HOME/.local/share/cargo"
+export RUSTUP_HOME="$HOME/.local/share/rustup"