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/{}" }