mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Minor adjustment
This commit is contained in:
parent
e31d34a747
commit
48948a48f8
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ return_code_enabled="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
|
||||||
return_code_disabled="%{$fg[magenta]%}%D{%a %b %d}%{$reset_color%}"
|
return_code_disabled="%{$fg[magenta]%}%D{%a %b %d}%{$reset_color%}"
|
||||||
return_code=$return_code_disabled
|
return_code=$return_code_disabled
|
||||||
|
|
||||||
RPROMPT='${return_code} $(battery_charge)'
|
RPROMPT='${return_code}$(battery_charge)'
|
||||||
|
|
||||||
function accept-line-or-clear-warning () {
|
function accept-line-or-clear-warning () {
|
||||||
if [[ -z $BUFFER ]]; then
|
if [[ -z $BUFFER ]]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue