mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-22 10:04:34 +01:00
zshrc: Fix previous commit.
It seems that I accidentally removed one quote.
This commit is contained in:
parent
91d70af885
commit
df96885b0e
2
zshrc
2
zshrc
@ -193,7 +193,7 @@ alias supybot-config-reload="killall -HUP supybot "
|
|||||||
alias supybot-owner-quit="killall -INT supybot "
|
alias supybot-owner-quit="killall -INT supybot "
|
||||||
# Translating plugins in Limnoria
|
# Translating plugins in Limnoria
|
||||||
alias supybot-generate-messages.pot="pygettext −−docstrings config.py plugin.py"
|
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.
|
# ZSH specific.
|
||||||
# I think that "theme" is more describing than "prompt".
|
# I think that "theme" is more describing than "prompt".
|
||||||
|
Loading…
Reference in New Issue
Block a user