Update pokedex

This commit is contained in:
Eric Lay 2023-04-19 16:16:20 -05:00 committed by GitHub
parent afc0879943
commit 3da2c32098
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ pokedex() {
--bind=ctrl-h:preview:"echo; pokedex -h;" \ --bind=ctrl-h:preview:"echo; pokedex -h;" \
--bind=ctrl-b:preview:"echo; pokemon-colorscripts -b -n {1} --no-title; cat $POKEDATA/{1};" \ --bind=ctrl-b:preview:"echo; pokemon-colorscripts -b -n {1} --no-title; cat $POKEDATA/{1};" \
--bind=ctrl-s:preview:"echo; pokemon-colorscripts -s -n {1} --no-title; cat $POKEDATA/{1};" \ --bind=ctrl-s:preview:"echo; pokemon-colorscripts -s -n {1} --no-title; cat $POKEDATA/{1};" \
--bind=ctrl-n:preview:"echo; pokemon-colorscripts -n {1} --no-title; cat $POKEDATA{/1};" | --bind=ctrl-n:preview:"echo; pokemon-colorscripts -n {1} --no-title; cat $POKEDATA/{1};" |
parallel pokemon-colorscripts --no-title -n {} "&&" cat "$POKEDATA/{}" parallel pokemon-colorscripts --no-title -n {} "&&" cat "$POKEDATA/{}"
} }