Merge branch 'master' of github.com:dracula/tmux
resolved conflicts and added entries to INSTALL.md
This commit is contained in:
commit
e71b0d9e03
2 changed files with 3 additions and 1 deletions
|
@ -69,7 +69,7 @@ battery_status()
|
|||
;;
|
||||
esac
|
||||
|
||||
if [ "$status" = "discharging" ] || [ "$status" = "Discharging" ]; then
|
||||
if [[ "$status" = 'discharging' ]] || [[ "$status" = 'Discharging' ]]; then
|
||||
echo ''
|
||||
else
|
||||
echo 'AC '
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue