mirror of
https://github.com/ChesterYue/ohmyzsh-theme-passion.git
synced 2026-07-21 20:11:03 +00:00
add battery
This commit is contained in:
parent
18ce8aae0a
commit
56f0165d05
1 changed files with 1 additions and 2 deletions
|
|
@ -222,9 +222,8 @@ TRAPALRM() {
|
|||
}
|
||||
|
||||
|
||||
|
||||
# prompt
|
||||
# PROMPT='$(real_time) $(login_info) $(directory) $(git_status)$(command_status) ';
|
||||
# PROMPT='$(real_time) $(directory) $(git_status)$(command_status) ';
|
||||
PROMPT='$(real_time) $(directory) $(git_status)$(command_status) ';
|
||||
RPROMPT='%{$FG[242]%}%n@%m${color_reset}';
|
||||
RPROMPT='%{$FG[242]%}%n@%m $(battery_pct_prompt)${color_reset}';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue