mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
added my own personal plugin aliases
This commit is contained in:
parent
656b2c1beb
commit
bf3b552a30
2 changed files with 378 additions and 0 deletions
8
themes/drichard.zsh-theme
Normal file
8
themes/drichard.zsh-theme
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
PROMPT='
|
||||
%n@%m %{$fg[cyan]%}%~
|
||||
$(git_prompt_info)%{$fg_bold[blue]%}% ᐅ %{$reset_color%}'
|
||||
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[red]%}"
|
||||
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
|
||||
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[red]%}"
|
||||
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue