Crisp is a fast and minimal shell prompt written in Go.
WIP: Will fill this out eventually
Usage
zplugin
zplugin ice from"gh-r" as"program" mv"crisp* -> crisp"; zplugin load ahstn/crisp
# This is temporary and hopefully won't be required in the future.
# but is the nature is writing the prompt in Go as opposed to ZSH.
prompt_mimir_cmd() { $(which crisp) }
add-zsh-hook precmd prompt_mimir_cmd
prompt_symbol='❯'
PROMPT="%(?.%F{magenta}.%F{red})${prompt_symbol}%f "
Licence Complicance (GNU GPL 3.0)
This project was orginally forked from Mímir which has a GNU GPLv3 license.
With this comes the need to state my changes which at the time of writing are as
follows:
Split out "modules" (Git branch, Kube Context, etc) into their own packages.