mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-01 22:09:25 +00:00
Rename "Mac OS X" to "macOS" in comments
This only changes references in text for human consumption. It leaves out renaming paths because that can cause breaking changes. Related issue https://github.com/sorin-ionescu/prezto/issues/1449.
This commit is contained in:
committed by
Kaleb Elwert
parent
300102897a
commit
b6b43eb331
@ -1,7 +1,7 @@
|
||||
OSX
|
||||
===
|
||||
|
||||
Defines [Mac OS X][1] aliases and functions.
|
||||
Defines [macOS][1] aliases and functions.
|
||||
|
||||
Settings
|
||||
--------
|
||||
@ -34,8 +34,8 @@ Functions
|
||||
- `tab` creates a new tab (works in both _Terminal_ and [_iTerm_][3]).
|
||||
- `ql` previews files in Quick Look.
|
||||
- `osx-rm-dir-metadata` deletes .DS\_Store, \_\_MACOSX cruft.
|
||||
- `osx-ls-download-history` displays the Mac OS X download history.
|
||||
- `osx-rm-download-history` deletes the Mac OS X download history.
|
||||
- `osx-ls-download-history` displays the macOS download history.
|
||||
- `osx-rm-download-history` deletes the macOS download history.
|
||||
|
||||
Authors
|
||||
-------
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Displays the Mac OS X download history.
|
||||
# Displays the macOS download history.
|
||||
#
|
||||
# Authors:
|
||||
# Sorin Ionescu <sorin.ionescu@gmail.com>
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Deletes the Mac OS X download history.
|
||||
# Deletes the macOS download history.
|
||||
#
|
||||
# Authors:
|
||||
# Sorin Ionescu <sorin.ionescu@gmail.com>
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Defines Mac OS X aliases and functions.
|
||||
# Defines macOS aliases and functions.
|
||||
#
|
||||
# Authors:
|
||||
# Sorin Ionescu <sorin.ionescu@gmail.com>
|
||||
|
Reference in New Issue
Block a user