소스 검색

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