dots/files/.zprofile
2026-03-05 05:55:48 +01:00

18 lines
No EOL
397 B
Bash

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"
export EDITOR=/usr/bin/vis
exists() {
which "$1" >/dev/null 2>&1
}
grep 'l' <<< "$-" && \
test "$(tty)" = '/dev/tty1' && \
cd &&
echo 'Press return to start gui' &&
read &&
exec ~/.winit