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