Dobbie03

.ZPROFILE

Dec 26th, 2017
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. #
  2. # ~/.zprofile
  3. #
  4.  
  5. if [ -z "$DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ]; then
  6. exec startx
  7. fi
Add Comment
Please, Sign In to add comment