Emojirussell
June 17, 2022 ยท View on GitHub
Emojirussell is a fork of the robbyrussell oh-my-zsh theme, with more emojis.
Replaced arrow of exit status of the last executed command with emojis.
Features:
- Display last return code as emoji (0=๐; not 0=๐ก)
- Show current working directory name
- Show git branch
- Show if git status contains changes with an โ
How to install
- Download the theme into oh-my-zsh's custom themes directory:
$ mkdir -p $ZSH_CUSTOM/themes && curl https://raw.githubusercontent.com/Bergiu/emojirussell/main/emojirussell.zsh-theme -o $ZSH_CUSTOM/themes/emojirussell.zsh-theme
- Set the theme in your
.zshrcfile:ZSH_THEME="emojirussell"