Created
November 11, 2022 17:36
-
-
Save mullnerz/6d7a615fb8cdd80f2aca31bc16d12437 to your computer and use it in GitHub Desktop.
.oh-my-zsh/themes/mullnerz.zsh-theme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local ret_status="%(?:%{$fg_bold[green]%}$:%{$fg_bold[red]%}$)" | |
PROMPT=' | |
%{$terminfo[bold]$fg[blue]%}# %{$reset_color%}\ | |
%(#,%{$bg[yellow]%}%{$fg[black]%}%n%{$reset_color%},%{$terminfo[bold]$fg[blue]%}%n)\ | |
%{$terminfo[bold]$fg[white]%}@\ | |
%{$terminfo[bold]$fg[green]%}%m\ | |
%{$terminfo[bold]$fg[white]%}:\ | |
%{$terminfo[bold]$fg[yellow]%}%~%{$reset_color%} \ | |
$(git_prompt_info) | |
\ | |
${ret_status} %{$reset_color%}' | |
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]%})" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(cd .oh-my-zsh/themes && wget https://gist.githubusercontent.com/mullnerz/6d7a615fb8cdd80f2aca31bc16d12437/raw/de002b728e7f0a1e280b3af1eef80b103b86888f/mullnerz.zsh-theme)