.
This commit is contained in:
parent
ef3e97c79e
commit
0086cdbded
10 changed files with 51 additions and 677 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue