# 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