From 0dfba79fd33455c2a6cb213c7d000b3617d9ed21 Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Tue, 21 May 2024 20:22:48 +0200 Subject: [PATCH] shell: remove unused comment --- nix-os/shell.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/nix-os/shell.nix b/nix-os/shell.nix index d742dc7..3308eab 100644 --- a/nix-os/shell.nix +++ b/nix-os/shell.nix @@ -127,12 +127,6 @@ in command = "echo \"✦\""; style = "bold 208"; }; - # custom.PS1 = { - # when = true; - # command = "echo -e \"\\x1b\\x5d133;A\\x1b\\x5c\""; - # format = "$output"; - # use_stdin = false; - # }; }; }; }