.
This commit is contained in:
parent
9b119fb54b
commit
260a140a67
1 changed files with 15 additions and 0 deletions
15
files/.zprofile
Normal file
15
files/.zprofile
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
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
|
||||||
|
}
|
||||||
|
|
||||||
|
grep 'l' <<< "$-" && \
|
||||||
|
exists swc-launch && \
|
||||||
|
exists velox && \
|
||||||
|
test "$(tty)" = '/dev/tty1' && \
|
||||||
|
exec env WLD_DRM_DUMB=1 swc-launch velox
|
||||||
Loading…
Add table
Add a link
Reference in a new issue