Skip to content

Commit

Permalink
zsh: set deno env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ShuN6211 committed Sep 29, 2024
1 parent 8122841 commit d2ad6c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/zsh/.zshenv
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ export XDG_CACHE_HOME=$HOME/.cache
# ZDOTDIR
export ZDOTDIR=$XDG_CONFIG_HOME/zsh

### Deno ###
export DENO_INSTALL="$XDG_DATA_HOME/deno"
export DENO_INSTALL_ROOT="$DENO_INSTALL"

# Rust
export RUSTUP_HOME="$XDG_DATA_HOME/rustup"
export CARGO_HOME="$XDG_DATA_HOME/cargo"
Expand Down

0 comments on commit d2ad6c9

Please sign in to comment.