1
0
Fork 0

set distdir var for vpsm

This commit is contained in:
Luca Bilke 2024-02-26 22:16:11 +01:00
parent 01004f2932
commit 3b890242a1

View file

@ -113,6 +113,7 @@ export W3M_DIR="$XDG_DATA_HOME/w3m"
export RUSTUP_HOME="$XDG_DATA_HOME/rustup"
export PYTHONSTARTUP="/etc/python/pythonrc"
export DOCKER_CONFIG="$XDG_CONFIG_HOME/docker"
export XBPS_DISTDIR="$XDG_DOCUMENTS_DIR/dev/void-packages"
localpath="$(find -L ~/.local/bin -type d -printf %p: | sed 's/.$//')"
fpath=($XDG_CONFIG_HOME/zsh/completions $fpath)