add fetch and unpk command and change some profile

This commit is contained in:
kento2 2025-11-23 13:50:14 +01:00
parent c33a064bb5
commit 56b133cc80
3 changed files with 38 additions and 0 deletions

View file

@ -3,6 +3,7 @@ export ENV="$HOME/.shrc"
export PATH="$HOME/.local/bin/":"$PATH"
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/:/usr/lib/pkgconfig
export XKB_DEFAULT_LAYOUT=de
export XBPS_DISTDIR="$HOME/void-packages"
exists() {
which "$1" >/dev/null 2>&1