mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +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%}"
|
||||
}
|
||||
else
|
||||
error_msg='no battery'
|
||||
error_msg="∞"
|
||||
function battery_pct_remaining() { echo $error_msg }
|
||||
function battery_time_remaining() { echo $error_msg }
|
||||
function battery_pct_prompt() { echo '' }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue