dotfiles
dotfiles copied to clipboard
.macos: Remove `tmutil disablelocal`
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.