zsh: Do not automatically set color scheme
It often causes problems and I can still set it manually with dcsl if I want to.
This commit is contained in:
parent
2ef9d583f6
commit
cc63ca0e9a
|
@ -93,10 +93,6 @@ in
|
||||||
vim = "nvim";
|
vim = "nvim";
|
||||||
vimdiff = "nvim -d";
|
vimdiff = "nvim -d";
|
||||||
};
|
};
|
||||||
initExtraFirst = ''
|
|
||||||
# automatic color scheme
|
|
||||||
${dcauto}
|
|
||||||
'';
|
|
||||||
initExtra = lib.mkMerge [
|
initExtra = lib.mkMerge [
|
||||||
(lib.mkBefore ''
|
(lib.mkBefore ''
|
||||||
prompt off # collides with starship
|
prompt off # collides with starship
|
||||||
|
|
Loading…
Reference in a new issue