Zenith is a clean, modern Zsh theme designed for efficiency and aesthetics. Featuring a cool-toned color palette with intuitive Git status indicators, it keeps your terminal workflow smooth and distraction-free. Stay at the peak of productivity with a prompt that’s both elegant and functional.
- Minimalist design – Keeps the focus on your workflow.
- Color-coded Git status – Instantly see changes in your repository.
- Compact directory display – Shows only the last two directories for clarity.
- Command execution time – Displays execution time if a command takes longer than 3 seconds.
- Intuitive prompt symbols – Quick visual feedback on success or failure.
- Clone the repository into your custom themes folder:
git clone https://github.com/husniadil/zenith-oh-my-zsh-theme.git ~/.oh-my-zsh/custom/themes/zenith
- Set the theme in your
~/.zshrc
file:ZSH_THEME="zenith/zenith"
- Apply the changes:
omz reload
Zenith provides an elegant and informative prompt:
- Directory – Shows the last two folders in the path.
- Git Status – Displays:
✓
(green) if clean+
(green) for added files~
(yellow) for modified files-
(red) for deleted files»
(light blue) for renamed files═
(red) for unmerged conflicts?
(cyan) for untracked files↑
(cyan) if ahead of remote↓
(cyan) if behind remote
- Command Execution Time – Displays in the right prompt if execution takes longer than 3 seconds.
- Prompt Symbol – Shows
❯
in cyan for success and red for failure.
You can tweak colors and symbols by modifying zenith.zsh-theme
to match your style.
Example screenshot of the prompt in action
Zenith is released under the MIT License.