about summary refs log tree commit diff
path: root/pkgs/profpatsch/execline
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2020-01-26 23:36:33 +0100
committerProfpatsch <mail@profpatsch.de>2020-01-26 23:36:33 +0100
commita553fada9be99e08a5436ad8b05a571861444cad (patch)
treeef1f08f74208eb1fdd8be1fdb2f3f0b55a36f3c6 /pkgs/profpatsch/execline
parent51460ea1ea4e83e47cf4958f79f024f5865e70d8 (diff)
pkgs/profpatsch/execline/e: add prompt color
Diffstat (limited to 'pkgs/profpatsch/execline')
-rw-r--r--pkgs/profpatsch/execline/e.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/profpatsch/execline/e.nix b/pkgs/profpatsch/execline/e.nix
index b065cc33..b2c32f8e 100644
--- a/pkgs/profpatsch/execline/e.nix
+++ b/pkgs/profpatsch/execline/e.nix
@@ -12,6 +12,8 @@ let
       "--remember"
       "--quote-characters" "\""
       "--complete-filenames"
+      "--ansi-colour-aware"
+      "--prompt-colour=yellow"
     "forstdin" "-d\n" "cmd"
     "importas" "cmd" "cmd"
     bins.execlineb "-Pc" "$cmd"