1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-06-14 08:41:43 +00:00

Converted OMZ themes to native ZSH themes.

This commit is contained in:
Sorin Ionescu
2011-07-17 20:15:51 -04:00
parent 94656ce760
commit d5ba17feac
11 changed files with 240 additions and 248 deletions

View File

@ -1,16 +0,0 @@
# Load and run colors.
autoload -U colors
colors -i
# Set the default prompt theme.
PS1="%n@%m:%~%# "
# Set the default Git prompt theme.
ZSH_THEME_GIT_PROMPT_PREFIX="git:(" # Prefix before the branch name.
ZSH_THEME_GIT_PROMPT_SUFFIX=")" # Suffix after the branch name.
ZSH_THEME_GIT_PROMPT_DIRTY="*" # Indicator to display if the branch is dirty.
ZSH_THEME_GIT_PROMPT_CLEAN="" # Indicator to display if the branch is clean.
# Enable parameter, arithmentic expansion and command substitution in prompt.
setopt prompt_subst