summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--user/zsh/zshrc-workstation.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/user/zsh/zshrc-workstation.sh b/user/zsh/zshrc-workstation.sh
index b174f0a..02c9287 100644
--- a/user/zsh/zshrc-workstation.sh
+++ b/user/zsh/zshrc-workstation.sh
@@ -6,10 +6,11 @@ alias zed=zeditor
alias tokei='tokei -s code -n commas'
## Environment variables
-export NPM_CONFIG_PREFIX="$HOME/.local/npm"
+export CARGO_HOME="$HOME/.local/share/cargo"
+export NPM_CONFIG_PREFIX="$HOME/.local/share/npm"
-path+=~/.cargo/bin
-path+=($NPM_CONFIG_PREFIX/bin)
+path+=$CARGO_HOME/bin
+path+=$NPM_CONFIG_PREFIX/bin
function ssh() {
# In my ~/.ssh/config I configure host-specific background colors, for example: