A personal Oh My ZSH theme.
-
Download
workbench.zsh-themeinto~/.oh-my-zsh/themes$ cd ~/.oh-my-zsh/themes $ curl -O https://github.com/u8slvn/workbench-oh-my-zsh-theme/master/workbench.zsh-theme
-
Open
.zshrcfile and setZSH_THEMEtoworkbench -
Reload ZSH
$ source ~/.zshrc
-
Watch for customization options
- ⚙ : background job(s) working
- ✘ : previous command failed
- ± : dirty working directory
- ✔ : clean working directory
- ✚ : added file(s)
- ✖ : deleted file(s)
- ✸ : modified file(s)
- ✻ : untracked file(s)
- ➜ : renamed file(s)
- ⤔ : unmerged file(s)
Workbench theme provides some customization options.
Add this to your .zshrc file :
# Workbench theme customization
OMZSH_WORKBENCH_PROMPT_INLINE="false"
OMZSH_WORKBENCH_PROMPT_STATUS="true"
OMZSH_WORKBENCH_SHORT_PWD="false"
OMZSH_WORKBENCH_PROMPT_INLINE: display the prompt line on one lineOMZSH_WORKBENCH_PROMPT_STATUS: hide the prompt status partOMZSH_WORKBENCH_SHORT_PWD: display only the working directory in the path


