diff options
-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 |