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
- Host: GitHub
- URL: https://github.com/haggen/prompt
- Owner: haggen
- License: unlicense
- Created: 2017-10-20T17:44:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-02T20:50:00.000Z (over 7 years ago)
- Last Synced: 2025-01-17T09:10:17.397Z (5 months ago)
- Topics: prompt, zsh
- Language: Shell
- Size: 72.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
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.