mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 12:49:26 +01:00
Fix alias supybot-generate-messages.pot.
That alias was missing s and that probably caused catastroph b5feac3e28 (diff-0)
.
This commit is contained in:
parent
41bfca86d3
commit
1d4350b72a
2
bashrc
2
bashrc
@ -248,7 +248,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 −−docstring config.py plugin.py"
|
||||
alias supybot-generate-messages.pot="pygettext −−docstrings config.py plugin.py"
|
||||
|
||||
# bash specific.
|
||||
# I think that "theme" is more describing than "prompt".
|
||||
|
2
zshrc
2
zshrc
@ -192,7 +192,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 −−docstring config.py plugin.py"
|
||||
alias supybot-generate-messages.pot="pygettext −−docstrings config.py plugin.py"
|
||||
|
||||
# ZSH specific.
|
||||
# I think that "theme" is more describing than "prompt".
|
||||
|
Loading…
Reference in New Issue
Block a user