mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-10 18:29:50 +00:00
Adding theme support so that people can share their zsh prompts with others. Users can set which theme to load in zshrc now.
This commit is contained in:
@@ -29,4 +29,4 @@ setopt prompt_subst
|
||||
|
||||
export LSCOLORS="Gxfxcxdxbxegedabagacad"
|
||||
|
||||
PROMPT='%{$fg_bold[red]%}➜ %{$fg_bold[green]%}%p %{$fg[cyan]%}%c %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}'
|
||||
source "$ZSH/themes/$ZSH_THEME.zsh-theme"
|
||||
Reference in New Issue
Block a user