From 91d70af88513ae42f3705f060d4e977d1a8addd8 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Thu, 22 Dec 2011 19:10:25 +0200 Subject: [PATCH] zshrc % bashrc: Fix previous commit. Removed % which I accidentally pasted from zsh. --- bashrc | 2 +- zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bashrc b/bashrc index 3fb9adee..0a5e6283 100644 --- a/bashrc +++ b/bashrc @@ -249,7 +249,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" # bash specific. # I think that "theme" is more describing than "prompt". diff --git a/zshrc b/zshrc index 19013096..351ad1cb 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".