1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

Use ansicolor.hh in nix repl rather than duplicates

This commit is contained in:
John Ericson 2020-06-17 15:13:00 +00:00
parent ccbea8255c
commit 6403508f5a
2 changed files with 15 additions and 20 deletions

View file

@ -11,5 +11,7 @@ namespace nix {
#define ANSI_GREEN "\e[32;1m"
#define ANSI_YELLOW "\e[33;1m"
#define ANSI_BLUE "\e[34;1m"
#define ANSI_MAGENTA "\e[35m;1m"
#define ANSI_CYAN "\e[36m;1m"
}