From 5d16a7edcb340d007adaaaf9ee797252928f85a4 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Sun, 25 Sep 2011 17:31:02 +0300 Subject: [PATCH] bash_aliases: I moved to svn version of The Battle for Wesnoth. The command to start it is "wesnoth", not "wesnoth-1.9". --- bash_aliases | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bash_aliases b/bash_aliases index 87f9f65b..8507bd69 100755 --- a/bash_aliases +++ b/bash_aliases @@ -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"