This website requires JavaScript.
Explore
Help
Register
Sign In
ashpie
/
dotfiles
Watch
1
Star
0
Fork
0
You've already forked dotfiles
Code
Issues
Pull Requests
Releases
Wiki
Activity
df0b860396
dotfiles
/
.zprofile
6 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
.zprofile env variable and startx
2020-01-25 18:27:31 +01:00
#export XDG_CURRENT_DESKTOP=kde
Add .zprofile
2019-04-22 20:26:34 +02:00
if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
exec startx
fi
Reference in New Issue
Copy Permalink