ZSP is my personal ZSH prompt written in Zig
  • Zig 96.9%
  • Shell 3.1%
Find a file
2025-08-25 14:30:20 +01:00
.forgejo/workflows remove debug 2025-08-25 14:30:20 +01:00
src forgejo release 2025-08-25 11:20:10 +01:00
.gitignore forgejo release 2025-08-25 11:20:10 +01:00
build.zig forgejo release 2025-08-25 11:20:10 +01:00
build.zig.zon forgejo release 2025-08-25 11:20:10 +01:00
LICENSE init 2025-03-03 13:04:44 +00:00
README.md README 2025-08-25 14:06:57 +01:00

ZSP

ZSP is my personal ZSH prompt written in Zig.

From the blog:

This is a hobby project for me to learn Zig software development.

Usage

Ensure zsp binary is in $PATH and add to .zshrc:

source <(zsp --zsh)

See src/shell/zsh.sh for the source.

🚧 Under Construction!

I'm working on new features as I use the prompt day-to-day.

There is no config unless you edit the source code and recompile!

Notes

Inspired by Starship and Pure.


MIT License | Copyright © 2025 David Bushell