mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
my theme added
This commit is contained in:
parent
7c3d12c7de
commit
8c4dd650f1
1 changed files with 8 additions and 0 deletions
8
themes/lambdadm.zsh-theme
Normal file
8
themes/lambdadm.zsh-theme
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
PROMPT=$'
|
||||||
|
%{$fg[green]%}${PWD/#$HOME/~}%{$reset_color%} %{$fg[white]%}[%n@%m]%{$reset_color%} %{$fg[white]%}[%T] $(git_prompt_info)%{$reset_color%}
|
||||||
|
%{$fg_bold[black]%}>%{$reset_color%} '
|
||||||
|
|
||||||
|
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}["
|
||||||
|
ZSH_THEME_GIT_PROMPT_SUFFIX="]%{$reset_color%} "
|
||||||
|
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[red]%}*%{$fg[yellow]%}"
|
||||||
|
ZSH_THEME_GIT_PROMPT_CLEAN=""
|
||||||
Loading…
Add table
Add a link
Reference in a new issue