Update pokedex
This commit is contained in:
parent
afc0879943
commit
3da2c32098
2
pokedex
2
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/{}"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue