diff options
Diffstat (limited to '.zshenv')
| -rw-r--r-- | .zshenv | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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" |
