mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01:00
Merge branch 'master' of github.com:NeuralSandwich/oh-my-zsh
This commit is contained in:
commit
8f8bc33989
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ elif [[ $(uname) == "Linux" ]] ; then
|
||||||
echo "%{$fg[$color]%}[$(battery_pct_remaining)%%]%{$reset_color%}"
|
echo "%{$fg[$color]%}[$(battery_pct_remaining)%%]%{$reset_color%}"
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
error_msg='no battery'
|
error_msg="∞"
|
||||||
function battery_pct_remaining() { echo $error_msg }
|
function battery_pct_remaining() { echo $error_msg }
|
||||||
function battery_time_remaining() { echo $error_msg }
|
function battery_time_remaining() { echo $error_msg }
|
||||||
function battery_pct_prompt() { echo '' }
|
function battery_pct_prompt() { echo '' }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue