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:
parent
ccbea8255c
commit
6403508f5a
2 changed files with 15 additions and 20 deletions
|
@ -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"
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue