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
+2
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"
}