Merge branch 'master' of github.com:dracula/tmux

resolved conflicts and added entries to INSTALL.md
This commit is contained in:
Uttarayan Mondal 2020-05-23 14:45:21 +05:30
commit e71b0d9e03
2 changed files with 3 additions and 1 deletions

View file

@ -69,7 +69,7 @@ battery_status()
;;
esac
if [ "$status" = "discharging" ] || [ "$status" = "Discharging" ]; then
if [[ "$status" = 'discharging' ]] || [[ "$status" = 'Discharging' ]]; then
echo ''
else
echo 'AC '