Add zsh-z

This commit is contained in:
Sam W 2022-01-09 15:49:18 +00:00
parent 1f0f6e7973
commit 0093613ef9
1 changed files with 5 additions and 0 deletions

View File

@ -51,6 +51,11 @@ in {
enable = true; enable = true;
prompt.theme = "giddie"; prompt.theme = "giddie";
}; };
plugins = [{
name = "zsh-z";
file = "share/zsh-z/zsh-z.plugin.zsh";
src = pkgs.zsh-z;
}];
}; };
}; };
} }