Advertisement
Dobbie03

.zprofile

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