agkozak-zsh-prompt

agkozak-zsh-prompt 3.11.5

Fast, asynchronous Zsh prompt

https://github.com/agkozak/agkozak-zsh-prompt
MIT License
programs: -
Platforms (80)
sh4-linuxm68k-nonemips-linuxaarch64-linuxi686-cygwinmips64el-linuxriscv32-linuxaarch64-netbsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  agkozak-zsh-prompt
];
Ad-hoc shell
nix-shell -p agkozak-zsh-prompt
Flake (nix run)
nix run nixpkgs#agkozak-zsh-prompt