An open API service indexing awesome lists of open source software.

https://github.com/haggen/prompt

My custom zsh prompt
https://github.com/haggen/prompt

prompt zsh

Last synced: 3 months ago
JSON representation

My custom zsh prompt

Awesome Lists containing this project

README

        

Prompt

---

This is my custom zsh prompt.

- Framework agnostic (oh-my-zsh, prezto, etc).
- Minimalistic, fast, and small profile.
- Displays elapsed time after command execution.
- Displays cues when inside a Git repository.

To install simply source it in your rc script:

```shell
$ git clone https://github.com/haggen/prompt.git ~/.prompt
$ echo "source ~/.prompt/prompt.sh" >> .zshrc
```

If you use a framework like oh-my-zsh remember to disable any prompts theme you have active.