mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-04 16:49:22 +01:00
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:
parent
3c11cc41c1
commit
0f87dd823b
4
bash_aliases
Normal file → Executable file
4
bash_aliases
Normal file → Executable 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"
|
||||
|
Loading…
Reference in New Issue
Block a user