Advertisement
darkelf5

.bash_profile

Aug 26th, 2011
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. . $HOME/.bashrc
  2. if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then
  3. . startx
  4. logout
  5. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement