This website works better with JavaScript.
Home
Help
Register
Sign In
ashpie
/
dotfiles
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
.zprofile env variable and startx
master
Alice Gaudon
1 year ago
parent
9c3b93521c
commit
166834e2a4
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
.zprofile
+ 2
- 0
.zprofile
View File
@ -1,3 +1,5 @@
#export XDG_CURRENT_DESKTOP=kde
if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
exec startx
fi
Write
Preview
Loading…
Cancel
Save