1tchyBa11z is a oh-my-zsh shell theme based on ys by Yad Smood forked from shark0der
It currently shows:
- Current user, in yellow if the user is privileged
- Current directory
- Git branch and a minimal status (clean or dirty)
- Exit code of last command
- On a new line, a
#
or aλ
depending on the user's privileges
All the information is listed on the first line, and a #
or a λ
on the next line which gives you plenty of space to write your commands without line wrapping.
NOTE: Preview image using qterminal with GreenOnBlack color scheme.
- Download the theme file:
mkdir -p $ZSH_CUSTOM/themes
wget https://raw.githubusercontent.com/1tchyBa11z/1tchyBa11z-theme-oh-my-zsh/master/1tchyBa11z.zsh-theme -O $ZSH_CUSTOM/themes/1tchyBa11z.zsh-theme
- Configure the theme in your ~/.zshrc file:
ZSH_THEME="1tchyBa11z"
If you find any bugs, please fill a issue. Pull requests are welcome :)
The MIT License (MIT)