diff options
Diffstat (limited to '.config/shell/envvarrc')
-rw-r--r-- | .config/shell/envvarrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/shell/envvarrc b/.config/shell/envvarrc index 6f1ff7d..62aaf2f 100644 --- a/.config/shell/envvarrc +++ b/.config/shell/envvarrc @@ -13,3 +13,7 @@ export VIMINIT="source $HOME/.config/vim/.vimrc" export XDG_CONFIG_HOME="$HOME/.config" export XDG_DATA_HOME="$HOME/.config" export ZSHDIR="$HOME/.config/shell" +export STARDICT_DATA_DIR="$HOME/.local/share/stardict" +export R_HOME="$HOME/langs/R" +export R_LIBS_USER="$HOME/langs/R" +export _CONDA_ROOT="$HOME/.local/opt/miniconda3" |