Browse Source

Fix zsh prompt

Emmanuel Bouthenot 12 năm trước cách đây
mục cha
commit
8763d9ec0b
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      .zsh.d/config.d/prompt.zsh

+ 0 - 1
.zsh.d/config.d/prompt.zsh

@@ -41,7 +41,6 @@ pr_battery_level() {
 pr_battery() {
     local battery_level=
     local level=$(pr_battery_level)
-    level=87
     if [ -n "$level" ] ; then
         if [ "$level" -gt 60 ] ; then
             local bat_color="${PR_GREEN}"