A nice hamburger on my terminal
Follow the rules https://github.com/robbyrussell/oh-my-zsh
- If your want to know your current theme, take a look in ~/.zshrc
...
ZSH_THEME="maran"
...
- Edit your terminal theme. In this example is robbyrussell.zsh-theme
cd ~
ls -a
cd .oh-my-zsh
cd /themes
vim robbyrussell.zsh-themeIf you really want a emoji on your terminal, just copy and paste it.
local ret_status="%(?:%{$fg_bold[green]%}π :%{$fg_bold[red]%}π )"
PROMPT='${ret_status} %n@%m:%{$fg[cyan]%}%c%{$reset_color%} $(git_prompt_info)'
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}git:(%{$fg[red]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}β"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})"- save and restart your terminal
Done!
π π π₯ π§ π° πΊ
