dotfiles/bashrc.d/pokeget.bashrc
2024-09-14 17:05:53 -04:00

9 lines
182 B
Plaintext
Executable file

# 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