update prompt
This commit is contained in:
parent
c55bdc3d2c
commit
e05f52d12d
10
zsh/.zshrc
10
zsh/.zshrc
@ -21,8 +21,14 @@ compinit
|
|||||||
|
|
||||||
REPORTTIME=5
|
REPORTTIME=5
|
||||||
|
|
||||||
PROMPT="%B%F{yellow}%*%f %F{blue}%d%f %(?.%F{green}✓%f.%F{red}%?%f)
|
#autoload -U colors
|
||||||
%(3L.%F{red}%L%f .)%(?.%F{green}.%F{red})%%%f%b "
|
#colors
|
||||||
|
#PROMPT="%B%F{yellow}%*%f %F{blue}%d%f %(?.%F{green}✓%f.%F{red}%?%f)
|
||||||
|
#%(3L.%F{red}%L%f .)%(?.%F{green}.%F{red})%%%f%b "
|
||||||
|
autoload -U colors
|
||||||
|
colors
|
||||||
|
PROMPT="%{$fg_bold[yellow]%}%* %{%(3L.$fg_bold[red]%L .)%}%{$fg_bold[blue]%}%d %(?.$fg_bold[green]✓.$fg_bold[red]%?)
|
||||||
|
%{%(?.$fg_bold[green].$fg_bold[red])%}%%%{$reset_color%} "
|
||||||
|
|
||||||
source $HOME/.config/.aliases
|
source $HOME/.config/.aliases
|
||||||
source $HOME/.config/.aliases.local
|
source $HOME/.config/.aliases.local
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user