diff --git a/themes/lambdadm.zsh-theme b/themes/lambdadm.zsh-theme new file mode 100644 index 000000000..dcc83b341 --- /dev/null +++ b/themes/lambdadm.zsh-theme @@ -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=""