diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2022-03-13 21:20:50 +0100 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2022-03-13 21:20:50 +0100 |
commit | deffc38ef2982f1a54a20c805f8d2bd2dae4f580 (patch) | |
tree | c84059aa5332cb7df9d86dab3fc929103c4fa571 /.config/zsh/.zprofile | |
parent | 4173495ef72ad036ecd53f980c0911b0854565c6 (diff) |
XDG: rustup
Diffstat (limited to '.config/zsh/.zprofile')
-rw-r--r-- | .config/zsh/.zprofile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index 51eea07..a2012ed 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -7,6 +7,7 @@ export GTK_RC_FILES=$XDG_CONFIG_HOME/gtk-1.0/gtkrc export GTK2_RC_FILES=$XDG_CONFIG_HOME/gtk-2.0/gtkrc export RANGER_LOAD_DEFAULT_RC=FALSE export CARGO_HOME=$XDG_DATA_HOME/cargo +export RUSTUP_HOME="$XDG_DATA_HOME"/rustup export MPLAYER_HOME=$XDG_CONFIG_HOME/mplayer export NPM_CONFIG_USERCONFIG=$XDG_CONFIG_HOME/npm/npmrc export NUGET_PACKAGES="$XDG_CACHE_HOME"/NuGetPackages |