From 53097dbe44f27b4b7b03de288ff2fa3da44a69b3 Mon Sep 17 00:00:00 2001 From: filip <“filip.rabiega@gmail.com”> Date: Sun, 26 Oct 2025 19:35:55 +0100 Subject: removed junk --- .config/shell/envvarrc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to '.config/shell/envvarrc') diff --git a/.config/shell/envvarrc b/.config/shell/envvarrc index 42e9d3e..dab4f7a 100644 --- a/.config/shell/envvarrc +++ b/.config/shell/envvarrc @@ -13,27 +13,22 @@ export TERMINAL="st" export SCRIPTS="$HOME/.scripts" export PATH="$SCRIPTS:$HOME/.cargo/bin:$HOME/.local/bin:$PATH" -# TODO: clean up this mess +# Other stuff export XDG_CONFIG_HOME="$HOME/.config" export XDG_DATA_HOME="$HOME/.local/share" export XDG_CACHE_HOME="$HOME/.cache" export XINITRC="$XDG_CONFIG_HOME/x11/xinitrc" - export ALIASRC="$HOME/.config/shell/aliasrc" export ZSHDIR="$HOME/.config/shell" export ENVVARRC="$HOME/.config/shell/envvarrc" - export CONDARC="$HOME/.config/conda/.condarc" export _CONDA_ROOT="$HOME/.local/opt/miniconda3" - export GOPATH="$HOME/langs/go" export STARDICT_DATA_DIR="$HOME/.local/share/stardict" - export R_HISTFILE="$HOME/langs/R/.Rhistory" export R_HOME="$HOME/langs/R" export R_LIBS_USER="$HOME/langs/R" export R_PROFILE="$HOME/langs/R/.Rprofile" - export MYVIMRC="$HOME/.config/vim/.vimrc" export VIMINFO="$HOME/.config/vim/.viminfo" export VIMINIT="source $MYVIMRC" -- cgit v1.2.3