|
|
|
|
|
by FullyFunctional
2069 days ago
|
|
I have this alias in my .bashrc and run it when I'm tired of seeing the red dot: nocatalina() {
sudo softwareupdate --ignore "macOS Catalina"
defaults write com.apple.systempreferences AttentionPrefBundleIDs 0
killall Dock
}
|
|