feat(dotbot): plugins: pipx, snap and crontab

This commit is contained in:
2023-09-25 11:51:23 +03:00
parent 67867b57cd
commit 748e5bb561
12 changed files with 65 additions and 10 deletions

View File

@@ -119,6 +119,7 @@ have gem && path_append "$(gem environment gemdir)/bin"
have rbenv && eval "$(rbenv init - zsh)"
# Rust / cargo
export RUSTUP_HOME="$XDG_DATA_HOME/rustup"
export CARGO_HOME="$XDG_DATA_HOME/cargo"
path_append "$CARGO_HOME/bin"