/gnsprompt

Simple and minimalistic zsh prompt.

Primary LanguageShellThe UnlicenseUnlicense

gnsprompt

A simple zsh prompt made for personal use, but can be useful to someone.

Screenshot

Prompt screenshot.

Install

zinit

Add the line:

zinit light "gnsfujiwara/gnsprompt"

zplug

Add the line:

zplug "gnsfujiwara/gnsprompt"

Manually

Clone the repo in someplace:

mkdir "$HOME/.zsh" \
git clone https://github.com/gnsfujiwara/gnsprompt.git "$HOME/.zsh"

Add the path of the cloned repo on your $fpath

# .zshrc
fpath+=($HOME/.zsh/pure)

Usage

Put the following code on your .zshrc

autoload -Uz promptinit; promptinit
prompt gnsprompt

License

The Unlicense