From 71daf5bc7e7b83ffb1b2971af98e8b80da26bf0a Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Sat, 17 Apr 2021 11:55:35 +0200 Subject: [PATCH] add development shell prompt --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 6d0dccf..a3024a1 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,8 @@ { description = "Play YouTube videos from the command line in a convenient way"; + nixConfig.bash-prompt = "\[\\e[1m\\e[31mtyt-develop\\e[0m\]$ "; + inputs.flake-utils.url = "github:numtide/flake-utils"; outputs = { self, nixpkgs, flake-utils }: