Skip to content

Instantly share code, notes, and snippets.

@kevincolyar
Created September 21, 2011 20:38
Show Gist options
  • Save kevincolyar/1233229 to your computer and use it in GitHub Desktop.
Save kevincolyar/1233229 to your computer and use it in GitHub Desktop.
Mnemonic for unmounting your Time Machine disk
map "<Cmd-y>" do
input(
"etm" => lambda {
system('diskutil umount "/Volumes/Time Machine Backups"')
}
)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment