Simple ZSH theme for Oh My Zsh
Borrowing elements from lambda and robbyrussell themes and adding active aws-vault profile to the right side of the prompt.
- Simple (and fast)
user@host
in prompt- Full (or relative to
$HOME
) path in prompt - Git info in prompt
- aws-vault profile in right prompt, similar to the way it's done by the aws plugin
-
Clone the repository:
git clone https://github.com/rwejdling/voidy.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/voidy
-
Set
ZSH_THEME="voidy/voidy"
in~/.zshrc
.