From c201e17657c6b0e096359145fc4b4e3181300cdc Mon Sep 17 00:00:00 2001 From: David Bradway Date: Mon, 24 Oct 2016 21:54:43 -0400 Subject: [PATCH] update OSX to macOS --- Cheatsheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cheatsheet.md b/Cheatsheet.md index 731dc04..e62bebe 100644 --- a/Cheatsheet.md +++ b/Cheatsheet.md @@ -10,7 +10,7 @@ source ~/.oh-my-zsh/templates/zshrc.zsh-template | Command | Description | |:----------------------|:--------------------------------------------------------------------------------------------------------------| -| _tabs_ | Create a new tab in the current directory (OS X - req enabling access for assistive devices under sys prefs). | +| _tabs_ | Create a new tab in the current directory (macOS - requires enabling access for assistive devices under System Preferences). | | _take_ | Create a new directory and change to it, will create intermediate directories as required. | | _x_ / _extract_ | Extract an archive (supported types: tar.{bz2,gz,xz,lzma}, bz2, rar, gz, tar, tbz2, tgz, zip, Z, 7z). | | _zsh_stats_ | Get a list of the top 20 commands and how many times they have been run. |