diff --git a/zshrc b/zshrc index 351ad1cb..77e59bd3 100644 --- a/zshrc +++ b/zshrc @@ -193,7 +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-generate-messages.pot-xgettext=xgettext --language=Python config.py plugin.py && cat messages.po > messages.pot && rm messages.po" +alias supybot-generate-messages.pot-xgettext="xgettext --language=Python config.py plugin.py && cat messages.po > messages.pot && rm messages.po" # ZSH specific. # I think that "theme" is more describing than "prompt".