.
This commit is contained in:
parent
856e135e63
commit
16c7b23408
7 changed files with 63 additions and 8 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue