remove nix-shell prompt behaviour since it does not function with nix shell
This commit is contained in:
parent
f810146d4d
commit
34e5a3d281
|
@ -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%λ }❄ "
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user