From ae24d9a8869c497537839f330384cbadb2cf687c Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 31 Oct 2023 10:17:43 +0100 Subject: Updated theme --- public/development-environments-with-nix.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'public/development-environments-with-nix.html') diff --git a/public/development-environments-with-nix.html b/public/development-environments-with-nix.html index a54c75f..667c7c8 100755 --- a/public/development-environments-with-nix.html +++ b/public/development-environments-with-nix.html @@ -36,11 +36,11 @@ usage of Nix shell.

 export PS1="[\033[38;5;9m\]\u@\h\[$(tput sgr0)\]]$(is_inside_nix_shell)\[\033[33m\]\$(parse_git_branch)\[\033[00m\] \w\[$(tput sgr0)\] \n$ "
 

And this is what it looks like when you are in a Nix shell. Otherwise that part -of prompt is omitted

PS1 Prompt

More resources:


Posts from blogs I follow around the net