mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
zsh: group plugins in a separate directory
Make it more scalable to prevent crowding the main folder. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
26b987cf88
commit
196487c54f
7 changed files with 145 additions and 112 deletions
|
|
@ -6,6 +6,14 @@
|
|||
};
|
||||
};
|
||||
|
||||
test.stubs = {
|
||||
zsh-abbr = {
|
||||
outPath = null;
|
||||
buildScript = ''
|
||||
mkdir -p $out/share/zsh-abbr/runcoms
|
||||
'';
|
||||
};
|
||||
};
|
||||
nmt.script = ''
|
||||
abbreviations=home-files/.config/zsh-abbr/user-abbreviations
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue