Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
9f2bbebd
Unverified
Commit
9f2bbebd
authored
Nov 04, 2022
by
Frieder Bluemle
Committed by
GitHub
Nov 04, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: fix some capitalization typos(#11293)
parent
1342459b
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
13 additions
and
13 deletions
+13
-13
_coffee
plugins/coffee/_coffee
+1
-1
_docker-machine
plugins/docker-machine/_docker-machine
+2
-2
_frontend
plugins/frontend-search/_frontend
+1
-1
_httpie
plugins/httpie/_httpie
+1
-1
_kitchen
plugins/kitchen/_kitchen
+1
-1
_pod
plugins/pod/_pod
+1
-1
_rails
plugins/rails/_rails
+1
-1
_ripgrep
plugins/ripgrep/_ripgrep
+1
-1
_scala
plugins/scala/_scala
+1
-1
xcode.plugin.zsh
plugins/xcode/xcode.plugin.zsh
+1
-1
refined.zsh-theme
themes/refined.zsh-theme
+2
-2
No files found.
plugins/coffee/_coffee
View file @
9f2bbebd
#compdef coffee
#compdef coffee
# ------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
# Copyright (c) 2011 Git
h
ub zsh-users - https://github.com/zsh-users
# Copyright (c) 2011 Git
H
ub zsh-users - https://github.com/zsh-users
# All rights reserved.
# All rights reserved.
#
#
# Redistribution and use in source and binary forms, with or without
# Redistribution and use in source and binary forms, with or without
...
...
plugins/docker-machine/_docker-machine
View file @
9f2bbebd
...
@@ -335,9 +335,9 @@ _docker-machine() {
...
@@ -335,9 +335,9 @@ _docker-machine() {
'--tls-ca-key[Private key to generate certificates]:file:_files' \
'--tls-ca-key[Private key to generate certificates]:file:_files' \
'--tls-client-cert[Client cert to use for TLS]:file:_files' \
'--tls-client-cert[Client cert to use for TLS]:file:_files' \
'--tls-client-key[Private key used in client TLS auth]:file:_files' \
'--tls-client-key[Private key used in client TLS auth]:file:_files' \
'--github-api-token[Token to use for requests to the Git
h
ub API]' \
'--github-api-token[Token to use for requests to the Git
H
ub API]' \
'--native-ssh[Use the native (Go-based) SSH implementation.]' \
'--native-ssh[Use the native (Go-based) SSH implementation.]' \
'--bugsnag-api-token[Bug
S
nag API token for crash reporting]' \
'--bugsnag-api-token[Bug
s
nag API token for crash reporting]' \
'(- :)'{-v,--version}'[Print the version]' \
'(- :)'{-v,--version}'[Print the version]' \
"(-): :->command" \
"(-): :->command" \
"(-)*:: :->option-or-argument" && ret=0
"(-)*:: :->option-or-argument" && ret=0
...
...
plugins/frontend-search/_frontend
View file @
9f2bbebd
...
@@ -37,7 +37,7 @@ function _frontend() {
...
@@ -37,7 +37,7 @@ function _frontend() {
'lodash: Search in Lo-Dash website'
'lodash: Search in Lo-Dash website'
'mdn: Search in MDN website'
'mdn: Search in MDN website'
'nodejs: Search in NodeJS website'
'nodejs: Search in NodeJS website'
'npmjs: Search in
NPMJS
website'
'npmjs: Search in
npmjs
website'
'packagephobia: Search in Packagephobia website'
'packagephobia: Search in Packagephobia website'
'qunit: Search in Qunit website'
'qunit: Search in Qunit website'
'reactjs: Search in React website'
'reactjs: Search in React website'
...
...
plugins/httpie/_httpie
View file @
9f2bbebd
#compdef http
#compdef http
# ------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
# Copyright (c) 2015 Git
h
ub zsh-users - http://github.com/zsh-users
# Copyright (c) 2015 Git
H
ub zsh-users - http://github.com/zsh-users
# All rights reserved.
# All rights reserved.
#
#
# Redistribution and use in source and binary forms, with or without
# Redistribution and use in source and binary forms, with or without
...
...
plugins/kitchen/_kitchen
View file @
9f2bbebd
#compdef kitchen
#compdef kitchen
# ------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
# Copyright (c) 2014 Git
h
ub zsh-users - https://github.com/zsh-users
# Copyright (c) 2014 Git
H
ub zsh-users - https://github.com/zsh-users
# All rights reserved.
# All rights reserved.
#
#
# Redistribution and use in source and binary forms, with or without
# Redistribution and use in source and binary forms, with or without
...
...
plugins/pod/_pod
View file @
9f2bbebd
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
# -----------------------------------------------------------------------------
# -----------------------------------------------------------------------------
# FILE: _pod
# FILE: _pod
# DESCRIPTION: Cocoa
p
ods (0.33.1) autocomplete plugin for Oh-My-Zsh
# DESCRIPTION: Cocoa
P
ods (0.33.1) autocomplete plugin for Oh-My-Zsh
# https://cocoapods.org
# https://cocoapods.org
# Generated with `pod --completion-script
# Generated with `pod --completion-script
# AUTHOR: Alexandre Joly (alexandre.joly@mekanics.ch)
# AUTHOR: Alexandre Joly (alexandre.joly@mekanics.ch)
...
...
plugins/rails/_rails
View file @
9f2bbebd
#compdef rails
#compdef rails
# ------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
# Copyright (c) 2016 Git
h
ub zsh-users - http://github.com/zsh-users
# Copyright (c) 2016 Git
H
ub zsh-users - http://github.com/zsh-users
# All rights reserved.
# All rights reserved.
#
#
# Redistribution and use in source and binary forms, with or without
# Redistribution and use in source and binary forms, with or without
...
...
plugins/ripgrep/_ripgrep
View file @
9f2bbebd
...
@@ -591,7 +591,7 @@ _rg "$@"
...
@@ -591,7 +591,7 @@ _rg "$@"
################################################################################
################################################################################
# ------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
# Copyright (c) 2011 Git
h
ub zsh-users - http://github.com/zsh-users
# Copyright (c) 2011 Git
H
ub zsh-users - http://github.com/zsh-users
# All rights reserved.
# All rights reserved.
#
#
# Redistribution and use in source and binary forms, with or without
# Redistribution and use in source and binary forms, with or without
...
...
plugins/scala/_scala
View file @
9f2bbebd
#compdef scala scalac
#compdef scala scalac
# ------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
# Copyright (c) 2012 Git
h
ub zsh-users - https://github.com/zsh-users
# Copyright (c) 2012 Git
H
ub zsh-users - https://github.com/zsh-users
# All rights reserved.
# All rights reserved.
#
#
# Redistribution and use in source and binary forms, with or without
# Redistribution and use in source and binary forms, with or without
...
...
plugins/xcode/xcode.plugin.zsh
View file @
9f2bbebd
...
@@ -31,7 +31,7 @@ function xx {
...
@@ -31,7 +31,7 @@ function xx {
open
-a
"Xcode.app"
"
$@
"
open
-a
"Xcode.app"
"
$@
"
}
}
# "X
Code-SEL
ect by Version" - select Xcode by just version number
# "X
code-Sel
ect by Version" - select Xcode by just version number
# Uses naming convention:
# Uses naming convention:
# - different versions of Xcode are named Xcode-<version>.app or stored
# - different versions of Xcode are named Xcode-<version>.app or stored
# in a folder named Xcode-<version>
# in a folder named Xcode-<version>
...
...
themes/refined.zsh-theme
View file @
9f2bbebd
...
@@ -11,11 +11,11 @@
...
@@ -11,11 +11,11 @@
# more about both of these fantastic two people here:
# more about both of these fantastic two people here:
#
#
# Sindre Sorhus
# Sindre Sorhus
# Git
h
ub: https://github.com/sindresorhus
# Git
H
ub: https://github.com/sindresorhus
# Twitter: https://twitter.com/sindresorhus
# Twitter: https://twitter.com/sindresorhus
#
#
# Julien Nicoulaud
# Julien Nicoulaud
# Git
h
ub: https://github.com/nicoulaj
# Git
H
ub: https://github.com/nicoulaj
# Twitter: https://twitter.com/nicoulaj
# Twitter: https://twitter.com/nicoulaj
#
#
# ------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment