mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
bashrc & zshrc: fix supybot-generate-messages.pot, I hope.
This commit is contained in:
parent
a3dded237d
commit
243e8bb050
2
bashrc
2
bashrc
@ -257,7 +257,7 @@ alias %=" "
|
||||
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="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"
|
||||
|
||||
# bash specific.
|
||||
|
2
zshrc
2
zshrc
@ -200,7 +200,7 @@ alias %=" "
|
||||
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="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"
|
||||
|
||||
# ZSH specific.
|
||||
|
Loading…
Reference in New Issue
Block a user