Explorar el Código

Fix zsh prompt

Emmanuel Bouthenot hace 12 años
padre
commit
8763d9ec0b
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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() {
 pr_battery() {
     local battery_level=
     local battery_level=
     local level=$(pr_battery_level)
     local level=$(pr_battery_level)
-    level=87
     if [ -n "$level" ] ; then
     if [ -n "$level" ] ; then
         if [ "$level" -gt 60 ] ; then
         if [ "$level" -gt 60 ] ; then
             local bat_color="${PR_GREEN}"
             local bat_color="${PR_GREEN}"