mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-03 01:59:26 +00:00
Merge upstream/master
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
# - The prompt is prefixed by a character sequence of your choice.
|
||||
# - Only displays the current directory instead of the full path.
|
||||
# - Displays the current branch when in a git project (this requires loading
|
||||
# the git module before prompt in ~/.zpreztorc).
|
||||
# the git module before prompt in ${ZDOTDIR:-$HOME}/.zpreztorc).
|
||||
# - Displays a character at the end of the prompt when in a git project with
|
||||
# "dirty" files.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
# This prompt's prefix symbol and colors are customizable:
|
||||
# prompt cloud [<symbol>] [<color1>] [<color2>]
|
||||
#
|
||||
# In ~/.zpreztorc:
|
||||
# In ${ZDOTDIR:-$HOME}/.zpreztorc:
|
||||
# zstyle ':prezto:module:prompt' theme 'cloud' \
|
||||
# ['<symbol>'] \
|
||||
# ['<color1>'] \
|
||||
@ -53,7 +53,7 @@ This prompt's prefix symbol and colors are customizable:
|
||||
|
||||
prompt cloud [<symbol>] [<color1>] [<color2>]
|
||||
|
||||
In ~/.zpreztorc:
|
||||
In ${ZDOTDIR:-$HOME}/.zpreztorc:
|
||||
zstyle ':prezto:module:prompt' theme 'cloud' ['<symbol>'] ['<color1>'] ['<color2>']
|
||||
|
||||
If these options are not provided, the symbol defaults to ☁ with colors cyan
|
||||
|
@ -1 +0,0 @@
|
||||
../external/powerlevel9k/powerlevel9k.zsh-theme
|
Reference in New Issue
Block a user