Skip to content

Instantly share code, notes, and snippets.

View michellephung's full-sized avatar
🌍
wondering

Michelle Phung michellephung

🌍
wondering
View GitHub Profile
validate_view(Language, VName, {Views}) ->
case {Language, couch_util:get_value(<<"map">>, Views)} of
{<<"query">>, {[_ | _]}} ->
ok;
{_, MapVal} when is_binary(MapVal) ->
ok;
@thomd
thomd / LC_COLORS.md
Last active July 12, 2024 09:28
LSCOLORS & LS_COLORS

alternatively use: http://geoff.greer.fm/lscolors/

LSCOLORS

The value of this variable describes what color to use for which attribute when colors are enabled with CLICOLOR. This string is a concatenation of pairs of the format fb, where f is the foreground color and b is the background color.

The color designators are as follows:

a black