mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
Merge commit '622069e60f9573c714f482dd6c76858229f4732a'
This commit is contained in:
commit
381bd09e67
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ _gitstatus_install_daemon_found() {
|
||||||
esac
|
esac
|
||||||
|
|
||||||
local cpu
|
local cpu
|
||||||
if [ "$uname_sm" != 'darwin arm64' ] ||
|
if [ "$uname_s" != darwin ] || [ "$uname_m" != arm64 ] ||
|
||||||
[ -e /Library/Apple/System/Library/LaunchDaemons/com.apple.oahd.plist ] ||
|
[ -e /Library/Apple/System/Library/LaunchDaemons/com.apple.oahd.plist ] ||
|
||||||
[ ! -x /usr/sbin/softwareupdate ] ||
|
[ ! -x /usr/sbin/softwareupdate ] ||
|
||||||
! cpu="$(/usr/sbin/sysctl -n machdep.cpu.brand_string)"; then
|
! cpu="$(/usr/sbin/sysctl -n machdep.cpu.brand_string)"; then
|
||||||
|
|
Loading…
Reference in a new issue