[zsh] simple new prompt
This commit is contained in:
parent
86d0c775be
commit
26b9ced635
3 changed files with 18 additions and 11 deletions
|
@ -75,8 +75,6 @@ ZSH_HIGHLIGHT_STYLES[cursor]='fg=#83a598'
|
|||
#ZSH Syntax Highlighting
|
||||
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#928374,italic,underline"
|
||||
|
||||
|
||||
|
||||
#Pure prompt
|
||||
# Define gruvbox dark colors
|
||||
pure_prompt_colors() {
|
||||
|
@ -102,11 +100,6 @@ pure_prompt_colors() {
|
|||
(( $#colors )) || echo $colors
|
||||
}
|
||||
|
||||
# Apply gruvbox dark colors to Zsh Pure prompt
|
||||
for color in $(pure_prompt_colors); do
|
||||
zstyle ":prompt:pure:$color" color "$color"
|
||||
done
|
||||
|
||||
# FZF
|
||||
# # Scheme name: Gruvbox dark, hard
|
||||
# Scheme system: base16
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue