dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

.macos: Remove `tmutil disablelocal`

Open ealeksandrov opened this issue 5 years ago • 0 comments

disablelocal option was removed in Sierra and haven't got back since then. And there is no known substitute. Verified on Catalina.

hash tmutil &> /dev/null && sudo tmutil disablelocal
disablelocal: Unrecognized verb.

Closes #842.

ealeksandrov avatar Oct 13 '19 08:10 ealeksandrov