A minimal prompt written in Go
Following the suckless philosophy, this project focuses on extensibility via source code and not by config files.
Requires:
- Go
$ git clone https://github.com/fsmiamoto/benri
$ cd benri
# This adds benri to /usr/bin/benri
$ sudo make install
You can use my zsh prompt as an example but for simple
usage you can just add this to your .zshrc
:
# This will run Benri before your prompt
precmd() { /path/to/benri }