mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[zsh] enable random greetings from IRC messages in PyPy
This commit is contained in:
parent
e01a13110d
commit
bd09640472
1 changed files with 5 additions and 0 deletions
|
@ -37,3 +37,8 @@ export FZF_DEFAULT_OPTS="--color=16 --height=40% --reverse"
|
||||||
|
|
||||||
# <https://github.com/sharkdp/bat#8-bit-themes>
|
# <https://github.com/sharkdp/bat#8-bit-themes>
|
||||||
export BAT_THEME="base16-256"
|
export BAT_THEME="base16-256"
|
||||||
|
|
||||||
|
# <https://foss.heptapod.net/pypy/pypy/-/blob/release-pypy3.7-v7.3.5/lib_pypy/_pypy_irc_topic.py>
|
||||||
|
# <https://foss.heptapod.net/pypy/pypy/-/blob/release-pypy3.7-v7.3.5/lib_pypy/_pypy_interact.py#L17-27>
|
||||||
|
# <https://foss.heptapod.net/pypy/pypy/-/blob/release-pypy3.7-v7.3.5/pypy/interpreter/app_main.py#L892-896>
|
||||||
|
export PYPY_IRC_TOPIC=1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue