ryanb / ruby-warrior

Game written in Ruby for learning Ruby.
MIT License
3.83k stars 838 forks source link

.profile confusion #40

Closed Nitrodist closed 10 years ago

Nitrodist commented 13 years ago

Fixed a bug where if you tried to start the game with your operating system's '.profile' file (used for initializing your terminal's settings) that it would error out by trying to load that file instead of the proper '.profile' in the ruby-warrior's data directory.

The fix is it won't load the file if your $HOME directory is the same as the directory you're running ruby-warrior from.