dotfiles/bashrc.d/pokeget.bashrc

9 lines
182 B
Plaintext
Raw Normal View History

2024-09-14 17:05:53 -04:00
# https://github.com/talwat/pokeget-rs
if command -v pokeget &> /dev/null; then
if [ -z "${TERMINAL_EMULATOR}" ] && [ -z "${NVIM}" ]; then
pokeget -random 1 -small
echo
fi
fi