08-04-2015, 07:54 PM
@Plumberbob
My guess is the final two lines (23 and 24) are the problem. Do a small edit on .profile so that lines 23 and 24 look like this:
All we're doing is inserting a # character before each line. It will cause that line to be ignored when .profile is processed. If things are worse afterward remove the # and reboot. You can also try doing one line at a time.
My guess is the final two lines (23 and 24) are the problem. Do a small edit on .profile so that lines 23 and 24 look like this:
Code:
#exportPATH=$HOME/bin:$PATH
#exportGAME_DEBUGGER="hl2debug"
![[Image: q7j1yAl.png]](http://i.imgur.com/q7j1yAl.png)