fix(zsh): initContent instead of initExtra
This commit is contained in:
parent
8842e442c1
commit
16c276aea6
@ -16,7 +16,7 @@ in
|
|||||||
};
|
};
|
||||||
autosuggestion.enable = false;
|
autosuggestion.enable = false;
|
||||||
dotDir = ".config/zsh";
|
dotDir = ".config/zsh";
|
||||||
initExtra = ''
|
initContent = ''
|
||||||
# avoid macOS updates to destroy nix
|
# avoid macOS updates to destroy nix
|
||||||
if [ -e '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' ]; then
|
if [ -e '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' ]; then
|
||||||
source '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh'
|
source '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user