zplug: Update the path of init.zsh (#3922)
The current zplug nixpkgs puts everything under `$out/`. It pollutes the nix profile dir. This is a breaking change. It depends on an change of the output path in the nixpkgs zplug package.
This commit is contained in:
parent
c4f3a37071
commit
27d89b49e3
2 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ with lib;
|
|||
|
||||
nmt.script = ''
|
||||
assertFileContains home-files/.zshrc \
|
||||
'source @zplug@/init.zsh'
|
||||
'source @zplug@/share/zplug/init.zsh'
|
||||
|
||||
assertFileContains home-files/.zshrc \
|
||||
'zplug "plugins/git", from:oh-my-zsh'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue