zsh-abbr: update source path (#6084)

This commit is contained in:
Ilham AM 2024-11-18 06:44:26 +07:00 committed by GitHub
parent 05d3b6215a
commit f3a2ff6958
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,7 +28,7 @@ in {
programs.zsh.plugins = [{ programs.zsh.plugins = [{
name = "zsh-abbr"; name = "zsh-abbr";
src = pkgs.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 = { xdg.configFile = {