Skip to content

Instantly share code, notes, and snippets.

@joujiahe
Last active August 29, 2015 14:11
Show Gist options
  • Save joujiahe/877927249bfbb498c252 to your computer and use it in GitHub Desktop.
Save joujiahe/877927249bfbb498c252 to your computer and use it in GitHub Desktop.
Show zsh 256 colors
for code in {000..255}; do print -P -- "$code: %F{$code}Test%f"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment