bash_aliases: Added alias for Wesnoth.

After two disconencts with mysterious error message it might be a good idea to
see debug logs on terminal.
This commit is contained in:
Mika Suomalainen 2011-09-19 16:26:15 +03:00
parent 3c11cc41c1
commit 0f87dd823b
1 changed files with 4 additions and 0 deletions

4
bash_aliases Normal file → Executable file
View File

@ -77,3 +77,7 @@ alias aptitute="aptitude "
# This is the checkinstall rule which I like to use.
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"