fix(zsh): do not load global nixos config
This commit is contained in:
parent
5d0d5f7fb1
commit
32a7404a02
@ -21,6 +21,11 @@
|
|||||||
prompt pure
|
prompt pure
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
envExtra = ''
|
||||||
|
# Do not load global configuration
|
||||||
|
setopt no_global_rcs
|
||||||
|
'';
|
||||||
|
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
# Make ls colorful on MacOS
|
# Make ls colorful on MacOS
|
||||||
CLICOLOR = 1;
|
CLICOLOR = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user