forked from jessfraz/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.zsh_theme
27 lines (22 loc) · 1.05 KB
/
.zsh_theme
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#ZSH_THEME="powerlevel9k/powerlevel9k"
ZSH_THEME="powerlevel10k/powerlevel10k"
# Settings for PowerLevel9k theme
POWERLEVEL9K_MODE="nerdfont-complete"
POWERLEVEL9K_PROMPT_ON_NEWLINE=true
POWERLEVEL9K_PROMPT_ADD_NEWLINE=true
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(os_icon context_joined root_indicator dir dir_writable)
#POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(vcs status background_jobs)
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(vcs command_execution_time status background_jobs)
#POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX="╭"
POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX=""
#POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX='╔'
#POWERLEVEL9K_MULTILINE_LAST_PROMPT_PREFIX="╰\uF460\uF460\uF460 "
#POWERLEVEL9K_MULTILINE_LAST_PROMPT_PREFIX="\uF460\uF460\uF460 "
POWERLEVEL9K_MULTILINE_LAST_PROMPT_PREFIX="%F{014}╰%F{cyan}❱%F{073}❱%F{109}❱%f "
#POWERLEVEL9K_LEFT_SEGMENT_SEPARATOR='\uE0B4'
POWERLEVEL9K_LEFT_SEGMENT_SEPARATOR=''
POWERLEVEL9K_RIGHT_SEGMENT_SEPARATOR=''
# Dir
POWERLEVEL9K_DIR_OMIT_FIRST_CHARACTER=true
POWERLEVEL9K_SHORTEN_DIR_LENGTH=3
ZLE_RPROMPT_INDENT=0