From 93f276f66f5c6bf8dcb4bd672b6af49cd3ba1b7f Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Sat, 4 Aug 2012 15:26:07 +0300 Subject: [PATCH] bashrc & zshrc: add alias for check_trans.py in Limnoria. --- bashrc | 1 + zshrc | 1 + 2 files changed, 2 insertions(+) diff --git a/bashrc b/bashrc index 98f52cbd..efa1a011 100644 --- a/bashrc +++ b/bashrc @@ -253,6 +253,7 @@ alias supybot-owner-quit="killall -INT supybot " # Translating plugins in Limnoria alias supybot-generate-messages.pot="pygettext --docstrings config.py plugin.py" alias supybot-generate-messages.pot-xgettext="xgettext --language=Python config.py plugin.py && mv -f messages.po messages.pot" +alias supybot-check-plugin-trans="sandbox/check_trans.py plugins/" # bash specific. # I think that "theme" is more describing than "prompt". diff --git a/zshrc b/zshrc index 1c0a2e13..8b29ca9c 100644 --- a/zshrc +++ b/zshrc @@ -193,6 +193,7 @@ alias supybot-config-reload="killall -HUP supybot " alias supybot-owner-quit="killall -INT supybot " # Translating plugins in Limnoria alias supybot-generate-messages.pot="pygettext --docstrings config.py plugin.py" +alias supybot-check-plugin-trans="sandbox/check_trans.py plugins/" # ZSH specific. # I think that "theme" is more describing than "prompt".