Merge branch 'master' of github.com:dylanaraps/neofetch

This commit is contained in:
Dylan 2016-03-29 11:06:41 +11:00
commit e0e4ec46b2

View file

@ -1251,7 +1251,7 @@ getresolution () {
fi fi
[[ "$refresh_rate" == "off" ]] && \ [[ "$refresh_rate" == "off" ]] && \
resolution=${resolution// @ +([0-9])Hz} resolution=${resolution// @ *([0-9])Hz}
;; ;;
"Windows") "Windows")