This commit is contained in:
kento2 2026-09-05 12:12:35 +02:00
parent ef3e97c79e
commit 0086cdbded
10 changed files with 51 additions and 677 deletions

View file

@ -1,18 +1 @@
export ENV="$HOME/.shrc"
export PATH="$HOME/.local/bin":"$PATH"
export MANPATH="/usr/local/man":"$MANPATH"
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/:/usr/lib/pkgconfig
export XKB_DEFAULT_LAYOUT=de
export XBPS_DISTDIR="$HOME/void-packages"
export GOPHER=/usr/local/bin/sacc
export EDITOR=/usr/bin/vis
export CHEZSCHEMELIBDIRS="/usr/local/lib/csv10.3.0/":"$CHEZSCHEMELIBDIRS"
if grep -q l <<< "$-" && test "$(tty)" = '/dev/tty1'; then
rm -rf "$HOME"/.config/service-env
cd
echo 'Press return to start gui'
read && exec startx
fi
. "$HOME/.profile"