From 944b6db89ae715d93d0804a6a2358dcab88f1c07 Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Wed, 24 Nov 2021 02:02:25 -0500 Subject: initial bare repo commit --- .zshenv | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .zshenv (limited to '.zshenv') 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" -- cgit v1.2.3