This commit is contained in:
kento2 2026-07-30 15:47:38 +02:00
parent 856e135e63
commit 16c7b23408
7 changed files with 63 additions and 8 deletions

View file

@ -7,3 +7,15 @@ export EDITOR=/usr/bin/vis
export XBPS_DISTDIR="$HOME/void-packages"
export CHEZSCHEMELIBDIRS="/usr/local/lib/csv10.3.0/":"$CHEZSCHEMELIBDIRS"
is_login() {
echo "$-" | grep -q l && test "$(tty)" = '/dev/tty1'
}
if is_login; then
cd
echo 'Press return to start gui'
read && exec startx
fi
# OPS config
export OPS_DIR="$HOME/.ops"
export PATH="$HOME/.ops/bin:$PATH"