mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
zsh-abbr: update source path (#6084)
(cherry picked from commit f3a2ff6958)
This commit is contained in:
committed by
Robert Helgesson
parent
7145facdc6
commit
30a16c91a4
@@ -28,7 +28,7 @@ in {
|
||||
programs.zsh.plugins = [{
|
||||
name = "zsh-abbr";
|
||||
src = pkgs.zsh-abbr;
|
||||
file = "/share/zsh/zsh-abbr/abbr.plugin.zsh";
|
||||
file = "share/zsh/zsh-abbr/zsh-abbr.plugin.zsh";
|
||||
}];
|
||||
|
||||
xdg.configFile = {
|
||||
|
||||
Reference in New Issue
Block a user