瀏覽代碼

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}"