ソースを参照

Fix zsh prompt

Emmanuel Bouthenot 12 年 前
コミット
8763d9ec0b
1 ファイル変更0 行追加1 行削除
  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}"