mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-08-07 06:08:39 +02:00
docs: correct spelling
Signed-off-by: vladdoster <vladislav.doster@icloud.com>
This commit is contained in:
parent
65749801cf
commit
86a7357b28
7 changed files with 9 additions and 9 deletions
|
|
@ -371,7 +371,7 @@ multi == 1 && /^[^#]*\)/ {
|
||||||
next
|
next
|
||||||
}
|
}
|
||||||
|
|
||||||
# if multi flag is enabled and we didnt find a closing parenthesis,
|
# if multi flag is enabled and we didn't find a closing parenthesis,
|
||||||
# get the indentation level to match when adding plugins
|
# get the indentation level to match when adding plugins
|
||||||
multi == 1 && /^[^#]*/ {
|
multi == 1 && /^[^#]*/ {
|
||||||
indent=\"\"
|
indent=\"\"
|
||||||
|
|
|
||||||
|
|
@ -78,7 +78,7 @@ if is-at-least 4.2.0; then
|
||||||
alias -s chm=xchm
|
alias -s chm=xchm
|
||||||
alias -s djvu=djview
|
alias -s djvu=djview
|
||||||
|
|
||||||
#list whats inside packed file
|
#list what's inside packed file
|
||||||
alias -s zip="unzip -l"
|
alias -s zip="unzip -l"
|
||||||
alias -s rar="unrar l"
|
alias -s rar="unrar l"
|
||||||
alias -s tar="tar tf"
|
alias -s tar="tar tf"
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ The plugin also documents two other ways to do this:
|
||||||
|
|
||||||
1. Using a function wrapper, such that, for example, there exists a function
|
1. Using a function wrapper, such that, for example, there exists a function
|
||||||
named `ls` which calls `gls` instead. Since functions have a higher preference
|
named `ls` which calls `gls` instead. Since functions have a higher preference
|
||||||
than commands, this ends up calling the GNU coreutil. It has also a higher
|
than commands, this ends up calling the GNU coreutils. It has also a higher
|
||||||
preference over shell builtins (`gecho` is called instead of the builtin `echo`).
|
preference over shell builtins (`gecho` is called instead of the builtin `echo`).
|
||||||
|
|
||||||
2. Using an alias. This has an even higher preference than functions, but they
|
2. Using an alias. This has an even higher preference than functions, but they
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
#
|
#
|
||||||
# Enable caching:
|
# Enable caching:
|
||||||
#
|
#
|
||||||
# If you want to use the cache, set the followings in your .zshrc:
|
# If you want to use the cache, set the following in your .zshrc:
|
||||||
#
|
#
|
||||||
# zstyle ':completion:*' use-cache yes
|
# zstyle ':completion:*' use-cache yes
|
||||||
#
|
#
|
||||||
|
|
|
||||||
|
|
@ -295,8 +295,8 @@ _history-substring-search-begin() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#
|
#
|
||||||
# Escape and join query parts with wildcard character '*' as seperator
|
# Escape and join query parts with wildcard character '*' as separator
|
||||||
# `(j:CHAR:)` join array to string with CHAR as seperator
|
# `(j:CHAR:)` join array to string with CHAR as separator
|
||||||
#
|
#
|
||||||
local search_pattern="${(j:*:)_history_substring_search_query_parts[@]//(#m)[\][()|\\*?#<>~^]/\\$MATCH}*"
|
local search_pattern="${(j:*:)_history_substring_search_query_parts[@]//(#m)[\][()|\\*?#<>~^]/\\$MATCH}*"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# Pulumi
|
# Pulumi
|
||||||
|
|
||||||
This is an **Oh My Zsh plugin** for the [**Pulumi CLI**](https://www.pulumi.com/docs/iac/cli/),
|
This is an **Oh My Zsh plugin** for the [**Pulumi CLI**](https://www.pulumi.com/docs/iac/cli/),
|
||||||
an Infrastructure as Code (IaC) tool for building, deploying and managing cloud infrastucture.
|
an Infrastructure as Code (IaC) tool for building, deploying and managing cloud infrastructure.
|
||||||
|
|
||||||
This plugin provides:
|
This plugin provides:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
# scp1@shiva:pts/9-> /home » scp1 (0)
|
# scp1@shiva:pts/9-> /home » scp1 (0)
|
||||||
# >
|
# >
|
||||||
#
|
#
|
||||||
# that's user@host:pts/-> splitted path (return status)
|
# that's user@host:pts/-> split path (return status)
|
||||||
#
|
#
|
||||||
# If the current directory is a git repository, we span 3 lines;
|
# If the current directory is a git repository, we span 3 lines;
|
||||||
#
|
#
|
||||||
|
|
@ -115,7 +115,7 @@ prompt_jnrowe_precmd () {
|
||||||
# modified, to be committed
|
# modified, to be committed
|
||||||
elif [[ $(git diff --cached --name-status 2>/dev/null ) != "" ]]; then
|
elif [[ $(git diff --cached --name-status 2>/dev/null ) != "" ]]; then
|
||||||
dir_status="%{$c1%}%n%{$c4%}@%{$c2%}%m%{$c0%}:%{$c3%}%l%{$c6%}->%{$(zsh_path)%} %{$c0%}(%{$c5%}%?%{$c0%})"
|
dir_status="%{$c1%}%n%{$c4%}@%{$c2%}%m%{$c0%}:%{$c3%}%l%{$c6%}->%{$(zsh_path)%} %{$c0%}(%{$c5%}%?%{$c0%})"
|
||||||
PROMPT='${vcs_info_msg_0_}%{$30%} %{$bg_bold[red]%}%{$fg_bold[cyan]%}C%{$fg_bold[black]%}OMMIT%{$reset_color%}
|
PROMPT='${vcs_info_msg_0_}%{$30%} %{$bg_bold[red]%}%{$fg_bold[cyan]%}C%{$fg_bold[black]%}OMIT%{$reset_color%}
|
||||||
${dir_status}%{$reset_color%}
|
${dir_status}%{$reset_color%}
|
||||||
> '
|
> '
|
||||||
elif [[ $(git diff --name-status 2>/dev/null ) != "" ]]; then
|
elif [[ $(git diff --name-status 2>/dev/null ) != "" ]]; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue