From 34e5a3d281e907155ce98c3ce383f8503f771276 Mon Sep 17 00:00:00 2001 From: Rachel Lambda Samuelsson Date: Wed, 2 Aug 2023 16:55:25 +0200 Subject: [PATCH] remove nix-shell prompt behaviour since it does not function with nix shell --- home/rachel.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/home/rachel.nix b/home/rachel.nix index 5e31c5d..1dacdb3 100644 --- a/home/rachel.nix +++ b/home/rachel.nix @@ -110,7 +110,6 @@ in QT_AUTO_SCREEN_FACTOR = 1; EDITOR = "emacsclient"; PATH = "${homeDir}/bin:$PATH"; - NIX_SHELL_PRESERVE_PROMPT=1; }; shellAliases = { x = "startx"; @@ -120,7 +119,6 @@ in initExtra = '' source ~/.profile set -o vi - [ "$IN_NIX_SHELL" ] && export PS1="''${PS1%λ }❄ " ''; };