mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
zshrc % bashrc: Fix previous commit.
Removed % which I accidentally pasted from zsh.
This commit is contained in:
parent
0d1e8c4c0d
commit
91d70af885
2
bashrc
2
bashrc
@ -249,7 +249,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"
|
||||||
|
|
||||||
# bash specific.
|
# bash specific.
|
||||||
# I think that "theme" is more describing than "prompt".
|
# I think that "theme" is more describing than "prompt".
|
||||||
|
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