mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
bashrc & zshrc: add alias for check_trans.py in Limnoria.
This commit is contained in:
parent
db194b75c4
commit
93f276f66f
1
bashrc
1
bashrc
@ -253,6 +253,7 @@ 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 && mv -f messages.po messages.pot"
|
||||
alias supybot-check-plugin-trans="sandbox/check_trans.py plugins/"
|
||||
|
||||
# bash specific.
|
||||
# I think that "theme" is more describing than "prompt".
|
||||
|
1
zshrc
1
zshrc
@ -193,6 +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-check-plugin-trans="sandbox/check_trans.py plugins/"
|
||||
|
||||
# ZSH specific.
|
||||
# I think that "theme" is more describing than "prompt".
|
||||
|
Loading…
Reference in New Issue
Block a user