From 3da2c32098e3ff4323fece10c42a884569d9b52d Mon Sep 17 00:00:00 2001 From: Eric Lay Date: Wed, 19 Apr 2023 16:16:20 -0500 Subject: [PATCH] Update pokedex --- pokedex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pokedex b/pokedex index 16b1c77..4274c50 100755 --- a/pokedex +++ b/pokedex @@ -36,7 +36,7 @@ pokedex() { --bind=ctrl-h:preview:"echo; pokedex -h;" \ --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-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/{}" }