home *** CD-ROM | disk | FTP | other *** search
/ PCNET 2006 November - Disc 1 / PCNET_CD_2006_11_1.iso / linux / gparted-livecd-0.3.1-1.iso / gparted / lib / files / etc / bashrc next >
Encoding:
Text File  |  2006-09-04  |  969 b   |  18 lines

  1. ############################################################################
  2. #    Copyright (C) 2006 by Patrick J. Verner                               #
  3. #    exodusrobot@yahoo.com                                                 #
  4. #                                                                          #
  5. #    This program is free software; you can redistribute it and/or modify  #
  6. #    it under the terms of the GNU General Public License as published by  #
  7. #    the Free Software Foundation; either version 2 of the License, or     #
  8. #    (at your option) any later version.                                   #
  9. ############################################################################
  10.  
  11. if [ -f /etc/profile.d/tinker-term.sh ]; then
  12.   source /etc/profile.d/tinker-term.sh
  13. fi
  14.  
  15. export PS1='\u@\h:\w\$ '
  16.  
  17. tty | grep tty1 && cp /bin/busybox /dev && ln -s /dev/busybox /dev/reboot && sleep 1 && lang && keymap && XORG -configure && vidcard && depth && xres && startx
  18.