diff options
author | adamstuck <adam.moloney.stuck@gmail.com> | 2022-03-12 22:47:50 +0100 |
---|---|---|
committer | adamstuck <adam.moloney.stuck@gmail.com> | 2022-03-12 22:47:50 +0100 |
commit | 082c8cfa8fd385dff9b1662d0a58529ff89284b7 (patch) | |
tree | ab52dd0a2eb0a83236c8a6039d30ab4feb291020 /.bash_profile | |
parent | 8cc68ac8a50756dfc21ce269a969bd7897e173fd (diff) |
XDG: rustup
Diffstat (limited to '.bash_profile')
-rw-r--r-- | .bash_profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile index 61a1d3f..1bef437 100644 --- a/.bash_profile +++ b/.bash_profile @@ -20,6 +20,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 CUDA_CACHE_PATH="$XDG_CACHE_HOME"/nv |