From d3dfec6f52d8093db276adb62021ced8f58e590c Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 5 Nov 2023 12:17:03 +0100 Subject: Added lazy loading to images --- _posts/2023-06-25-development-environments-with-nix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_posts/2023-06-25-development-environments-with-nix.md') diff --git a/_posts/2023-06-25-development-environments-with-nix.md b/_posts/2023-06-25-development-environments-with-nix.md index ddac7e0..a905f10 100644 --- a/_posts/2023-06-25-development-environments-with-nix.md +++ b/_posts/2023-06-25-development-environments-with-nix.md @@ -59,7 +59,7 @@ export PS1="[\033[38;5;9m\]\u@\h\[$(tput sgr0)\]]$(is_inside_nix_shell)\[\033[33 And this is what it looks like when you are in a Nix shell. Otherwise that part of prompt is omitted -![PS1 Prompt](/assets/notes/ps1-prompt.png) +![PS1 Prompt](/assets/notes/ps1-prompt.png){:loading="lazy"} More resources: -- cgit v1.2.3