diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2016-09-21 12:36:09 -0600 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2016-09-21 12:36:09 -0600 |
commit | e3a28817b0a7ee5724884d9c132763af4a64182c (patch) | |
tree | 094a2e25f2efa94a922750b76643dacba7ace598 /plugins/xcode/README.md | |
parent | 2d833d0b20726f58e8776a7158aaa7eca05d5ee9 (diff) | |
parent | 973c92cd91d595fde37a4dbd5a6389072654252f (diff) | |
download | zsh-e3a28817b0a7ee5724884d9c132763af4a64182c.tar.gz zsh-e3a28817b0a7ee5724884d9c132763af4a64182c.tar.bz2 zsh-e3a28817b0a7ee5724884d9c132763af4a64182c.zip |
merge agnoster theme
Diffstat (limited to 'plugins/xcode/README.md')
-rw-r--r-- | plugins/xcode/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/xcode/README.md b/plugins/xcode/README.md index 15e657859..c12ce047f 100644 --- a/plugins/xcode/README.md +++ b/plugins/xcode/README.md @@ -26,7 +26,7 @@ plugins=(... xcode) ### `xc` -Opens the current directory in Xcode as an Xcode project. This will open one of the `.xcworkspace` and `.xcodeproj` files that it can find in the current working directory. +Opens the current directory in Xcode as an Xcode project. This will open one of the `.xcworkspace` and `.xcodeproj` files that it can find in the current working directory. You can also specify a directory to look in for the Xcode files. Returns 1 if it didn't find any relevant files. ### `simulator` |