bash_aliases: I moved to svn version of The Battle for Wesnoth.

The command to start it is "wesnoth", not "wesnoth-1.9".
This commit is contained in:
Mika Suomalainen 2011-09-25 17:31:02 +03:00
parent b181639eaf
commit 5d16a7edcb
1 changed files with 2 additions and 2 deletions

View File

@ -79,5 +79,5 @@ alias aptitute="aptitude "
alias checkinstall="sudo checkinstall -D --install=no "
# The Battle for Wesnoth specific, http://wesnoth.org/
# It seems to be an good idea to have debug logs on terminal.
alias wesnoth="wesnoth-1.9 --debug"
# It seems to be an good idea to have debug logs on terminal with svn version.
alias wesnoth="wesnoth--debug"