Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
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
e0e22d11
Unverified
Commit
e0e22d11
authored
Oct 03, 2022
by
George Rodrigues
Committed by
GitHub
Oct 03, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore(docs): fix some typos (#11211)
parent
1c879f67
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
10 additions
and
10 deletions
+10
-10
update_emoji.py
plugins/emoji/update_emoji.py
+2
-2
_lpass
plugins/lpass/_lpass
+1
-1
_ng
plugins/ng/_ng
+1
-1
_pm2
plugins/pm2/_pm2
+1
-1
_salt
plugins/salt/_salt
+1
-1
_swift
plugins/swiftpm/_swift
+1
-1
README.md
plugins/systemadmin/README.md
+1
-1
_terraform
plugins/terraform/_terraform
+1
-1
require_tool.sh
tools/require_tool.sh
+1
-1
No files found.
plugins/emoji/update_emoji.py
View file @
e0e22d11
...
...
@@ -56,7 +56,7 @@ typeset -gAH emoji_groups
# def country_iso(_all_names, _omz_name):
# """ Using the external library country_converter,
# this func
it
on can detect the ISO2 and ISO3 codes
# this func
ti
on can detect the ISO2 and ISO3 codes
# of the country. It takes as argument the array
# with all the names of the emoji, and returns that array."""
# omz_no_underscore = re.sub(r'_', r' ', _omz_name)
...
...
@@ -96,7 +96,7 @@ def name_to_omz(_name, _group, _subgroup, _status):
# Special treatment by status
# Enables us to have every emoji combination,
# even the one that are not officially sanctionned
# and are implemeted by, say, only one vendor
# and are impleme
n
ted by, say, only one vendor
if
_status
==
"unqualified"
:
shortname
+=
"_unqualified"
elif
_status
==
"minimally-qualified"
:
...
...
plugins/lpass/_lpass
View file @
e0e22d11
...
...
@@ -106,7 +106,7 @@ _lpass() {
generic_options+
=(
'--color=[Color: auto | never | always]'
)
fi
if
[
"
$has_interactive
"
-eq
1
]
;
then
generic_options+
=(
"--non-interactive[Use sta
r
dard input instead of
$EDITOR
]"
)
generic_options+
=(
"--non-interactive[Use sta
n
dard input instead of
$EDITOR
]"
)
fi
_arguments
$generic_options
fi
...
...
plugins/ng/_ng
View file @
e0e22d11
...
...
@@ -46,7 +46,7 @@ elif (( CURRENT == 3 )); then
# ...
# }
# }
# In abs
c
ence of a proper JSON parser, just grab the lines with
# In absence of a proper JSON parser, just grab the lines with
# a 2-space indentation and only the stuff inside quotes
local -a projects
projects=(${(@f)"$(ng config projects 2>/dev/null | sed -n 's/^ "\([^"]\+\)".*$/\1/p')"})
...
...
plugins/pm2/_pm2
View file @
e0e22d11
...
...
@@ -118,7 +118,7 @@ start_options=(
)
logs_options
=(
'--json[json log output]'
'--format[formated log output]'
'--format[format
t
ed log output]'
'--raw[raw output]'
'--err[only shows error output]'
'--out[only shows standard output]'
...
...
plugins/salt/_salt
View file @
e0e22d11
...
...
@@ -9,7 +9,7 @@
# zstyle ':completion::complete:salt(|-call):modules:' use-cache true
# zstyle ':completion::complete:salt(|-cp|-call|-run|-key):salt_dir:' use-cache true
#
# cache validation can be controled with the style cache-ttl.
# cache validation can be control
l
ed with the style cache-ttl.
# it expects two arguments: number (days|hours|weeks|months)
# to invalidate the minion cache after four days:
# zstyle ':completion::complete:salt(|-cp|-call):minions:' cache-ttl 4 days
...
...
plugins/swiftpm/_swift
View file @
e0e22d11
...
...
@@ -301,7 +301,7 @@ _swift_package_init() {
_swift_package_unedit() {
arguments=(
":The name of the package to unedit:_swift_dependency"
"--force[Unedit the package even if it has uncommited and unpushed changes.]"
"--force[Unedit the package even if it has uncommit
t
ed and unpushed changes.]"
)
_arguments $arguments && return
}
...
...
plugins/systemadmin/README.md
View file @
e0e22d11
...
...
@@ -41,7 +41,7 @@ plugins=(... systemadmin)
| accessip10 | List the top 10 accesses to the ip address in the nginx/access.log file or another log file if specified |
| visitpage20 | List the top 20 most visited files or pages in the nginx/access.log file or another log file if specified |
| consume100 | List the 100 most time-consuming Page lists (more than 60 seconds) as well as the corresponding number of occurrences |
| webtraffic | List website traffic statistics in GB from t
n
e nginx/access.log file or another log file if specified |
| webtraffic | List website traffic statistics in GB from t
h
e nginx/access.log file or another log file if specified |
| c404 | List statistics on 404 connections in the nginx/access.log file or another log file if specified |
| httpstatus | List statistics based on http status in the nginx/access.log file or another log file if specified |
| d0 | Delete 0 byte files recursively in the current directory or another if specified |
...
...
plugins/terraform/_terraform
View file @
e0e22d11
...
...
@@ -47,7 +47,7 @@ __apply() {
'-lock=[(true) Lock the state file when locking is supported.]:lock:(true false)' \
'-lock-timeout=[(0s) Duration to retry a state lock.]' \
'-input=[(true) Ask for input for variables if not directly set.]' \
'-no-color[If specified, output wil be colorless.]' \
'-no-color[If specified, output wil
l
be colorless.]' \
'-parallelism=[(10) Limit the number of parallel resource operations.]' \
'-refresh=[(true) Update state prior to checking for differences. This has no effect if a plan file is given to apply.]' \
'-state=[(terraform.tfstate) Path to read and save state (unless state-out is specified).]:statefile:_files -g "*.tfstate"' \
...
...
tools/require_tool.sh
View file @
e0e22d11
...
...
@@ -107,7 +107,7 @@ usage() {
NAME
require_tool.sh - Ensure version of a tool is greater than the one expected
SYNOPS
Y
S
SYNOPS
I
S
require_tool.sh [ -h ]
[ --help ]
[ TOOL MIN_VERSION ]
...
...
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