9 lines
182 B
Plaintext
Executable file
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
|