improve docs

This commit is contained in:
philip82148 2023-09-27 06:15:05 +09:00
parent 6081ea5752
commit 92b5bd0731

View file

@ -2,7 +2,7 @@
## Overview ## Overview
simplerich-zsh-theme is an oh-my-zsh theme. This is an oh-zsh-theme with informative git status, anaconda environment info and command execution time.
![demo.png](./readme/demo.png) ![demo.png](./readme/demo.png)
@ -10,16 +10,16 @@ simplerich-zsh-theme is an oh-my-zsh theme.
You can see the followings at once: You can see the followings at once:
- Real Time - Real time
- Login User - Login user
- Working Directory - Working directory
- Anaconda's Environment Name - Anaconda's environment name
- Rich Git Status - Rich git status
After command execution, you can see also: After command execution, you can see also:
- Command Execution Time - Command execution time
- Success/Error Hint - Success/Error hint
## Git Status Symbols ## Git Status Symbols
@ -73,7 +73,7 @@ conda config --set changeps1 False
source ~/.zshrc source ~/.zshrc
``` ```
See Also: [Overriding and adding themes](https://github.com/ohmyzsh/ohmyzsh/wiki/Customization#overriding-and-adding-themes), [zsh-git-prompt](https://github.com/olivierverdier/zsh-git-prompt) See also [Overriding and adding themes](https://github.com/ohmyzsh/ohmyzsh/wiki/Customization#overriding-and-adding-themes) and [zsh-git-prompt](https://github.com/olivierverdier/zsh-git-prompt).
## Trouble Shooting ## Trouble Shooting