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
c06197ad
Unverified
Commit
c06197ad
authored
Dec 28, 2021
by
Marc Cornellà
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: fix comment bulk replace
parent
2d32e9be
Changes
17
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
17 additions
and
17 deletions
+17
-17
cargo.plugin.zsh
plugins/cargo/cargo.plugin.zsh
+1
-1
colemak.plugin.zsh
plugins/colemak/colemak.plugin.zsh
+1
-1
colored-man-pages.plugin.zsh
plugins/colored-man-pages/colored-man-pages.plugin.zsh
+1
-1
deno.plugin.zsh
plugins/deno/deno.plugin.zsh
+1
-1
emacs.plugin.zsh
plugins/emacs/emacs.plugin.zsh
+1
-1
emoji.plugin.zsh
plugins/emoji/emoji.plugin.zsh
+1
-1
emotty.plugin.zsh
plugins/emotty/emotty.plugin.zsh
+1
-1
fnm.plugin.zsh
plugins/fnm/fnm.plugin.zsh
+1
-1
git-prompt.plugin.zsh
plugins/git-prompt/git-prompt.plugin.zsh
+1
-1
gitfast.plugin.zsh
plugins/gitfast/gitfast.plugin.zsh
+1
-1
history-substring-search.plugin.zsh
...tory-substring-search/history-substring-search.plugin.zsh
+1
-1
hitchhiker.plugin.zsh
plugins/hitchhiker/hitchhiker.plugin.zsh
+1
-1
macos.plugin.zsh
plugins/macos/macos.plugin.zsh
+1
-1
rustup.plugin.zsh
plugins/rustup/rustup.plugin.zsh
+1
-1
tmux.plugin.zsh
plugins/tmux/tmux.plugin.zsh
+1
-1
wd.plugin.zsh
plugins/wd/wd.plugin.zsh
+1
-1
z.plugin.zsh
plugins/z/z.plugin.zsh
+1
-1
No files found.
plugins/cargo/cargo.plugin.zsh
View file @
c06197ad
...
@@ -3,7 +3,7 @@ print ${(%):-'Please update your .zshrc to use the `%Brust%b` plugin instead.%f'
...
@@ -3,7 +3,7 @@ print ${(%):-'Please update your .zshrc to use the `%Brust%b` plugin instead.%f'
# TODO: 2021-12-28: remove this block
# TODO: 2021-12-28: remove this block
# Handle $0 according to the standard:
# Handle $0 according to the standard:
#
#
https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
# https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
0
=
"
${${
ZERO
:-${
0
:#
$ZSH_ARGZERO
}}:-${
(%)
:-
%N
}}
"
0
=
"
${${
ZERO
:-${
0
:#
$ZSH_ARGZERO
}}:-${
(%)
:-
%N
}}
"
0
=
"
${${
(M)0
:#/
*
}:-
$PWD
/
$0
}
"
0
=
"
${${
(M)0
:#/
*
}:-
$PWD
/
$0
}
"
# Remove old generated completion file
# Remove old generated completion file
...
...
plugins/colemak/colemak.plugin.zsh
View file @
c06197ad
...
@@ -20,7 +20,7 @@ bindkey -a 'j' vi-forward-word-end
...
@@ -20,7 +20,7 @@ bindkey -a 'j' vi-forward-word-end
bindkey
-a
'J'
vi-forward-blank-word-end
bindkey
-a
'J'
vi-forward-blank-word-end
# Handle $0 according to the standard:
# Handle $0 according to the standard:
#
#
https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
# https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
0
=
"
${${
ZERO
:-${
0
:#
$ZSH_ARGZERO
}}:-${
(%)
:-
%N
}}
"
0
=
"
${${
ZERO
:-${
0
:#
$ZSH_ARGZERO
}}:-${
(%)
:-
%N
}}
"
0
=
"
${${
(M)0
:#/
*
}:-
$PWD
/
$0
}
"
0
=
"
${${
(M)0
:#/
*
}:-
$PWD
/
$0
}
"
...
...
plugins/colored-man-pages/colored-man-pages.plugin.zsh
View file @
c06197ad
...
@@ -17,7 +17,7 @@ less_termcap[us]="${fg_bold[green]}"
...
@@ -17,7 +17,7 @@ less_termcap[us]="${fg_bold[green]}"
less_termcap[ue]
=
"
${
reset_color
}
"
less_termcap[ue]
=
"
${
reset_color
}
"
# Handle $0 according to the standard:
# Handle $0 according to the standard:
#
#
https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
# https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
0
=
"
${${
ZERO
:-${
0
:#
$ZSH_ARGZERO
}}:-${
(%)
:-
%N
}}
"
0
=
"
${${
ZERO
:-${
0
:#
$ZSH_ARGZERO
}}:-${
(%)
:-
%N
}}
"
0
=
"
${${
(M)0
:#/
*
}:-
$PWD
/
$0
}
"
0
=
"
${${
(M)0
:#/
*
}:-
$PWD
/
$0
}
"
...
...
plugins/deno/deno.plugin.zsh
View file @
c06197ad
...
@@ -14,7 +14,7 @@ alias dup='deno upgrade'
...
@@ -14,7 +14,7 @@ alias dup='deno upgrade'
# COMPLETION FUNCTION
# COMPLETION FUNCTION
if
((
$+
commands[deno]
))
;
then
if
((
$+
commands[deno]
))
;
then
# Handle $0 according to the standard:
# Handle $0 according to the standard:
#
#
https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
# https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
0
=
"
${${
ZERO
:-${
0
:#
$ZSH_ARGZERO
}}:-${
(%)
:-
%N
}}
"
0
=
"
${${
ZERO
:-${
0
:#
$ZSH_ARGZERO
}}:-${
(%)
:-
%N
}}
"
0
=
"
${${
(M)0
:#/
*
}:-
$PWD
/
$0
}
"
0
=
"
${${
(M)0
:#/
*
}:-
$PWD
/
$0
}
"
...
...
plugins/emacs/emacs.plugin.zsh
View file @
c06197ad
...
@@ -14,7 +14,7 @@ autoload -Uz is-at-least
...
@@ -14,7 +14,7 @@ autoload -Uz is-at-least
is-at-least 24
"
${${
(Az)
"
$(
emacsclient
--version
2>/dev/null
)
"
}
[2]
}
"
||
return
0
is-at-least 24
"
${${
(Az)
"
$(
emacsclient
--version
2>/dev/null
)
"
}
[2]
}
"
||
return
0
# Handle $0 according to the standard:
# Handle $0 according to the standard:
#
#
https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
# https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
0
=
"
${${
ZERO
:-${
0
:#
$ZSH_ARGZERO
}}:-${
(%)
:-
%N
}}
"
0
=
"
${${
ZERO
:-${
0
:#
$ZSH_ARGZERO
}}:-${
(%)
:-
%N
}}
"
0
=
"
${${
(M)0
:#/
*
}:-
$PWD
/
$0
}
"
0
=
"
${${
(M)0
:#/
*
}:-
$PWD
/
$0
}
"
...
...
plugins/emoji/emoji.plugin.zsh
View file @
c06197ad
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
# See the README for documentation.
# See the README for documentation.
# Handle $0 according to the standard:
# Handle $0 according to the standard:
#
#
https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
# https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
0
=
"
${${
ZERO
:-${
0
:#
$ZSH_ARGZERO
}}:-${
(%)
:-
%N
}}
"
0
=
"
${${
ZERO
:-${
0
:#
$ZSH_ARGZERO
}}:-${
(%)
:-
%N
}}
"
0
=
"
${${
(M)0
:#/
*
}:-
$PWD
/
$0
}
"
0
=
"
${${
(M)0
:#/
*
}:-
$PWD
/
$0
}
"
...
...
plugins/emotty/emotty.plugin.zsh
View file @
c06197ad
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
# ------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
# Handle $0 according to the standard:
# Handle $0 according to the standard:
#
#
https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
# https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
0
=
"
${${
ZERO
:-${
0
:#
$ZSH_ARGZERO
}}:-${
(%)
:-
%N
}}
"
0
=
"
${${
ZERO
:-${
0
:#
$ZSH_ARGZERO
}}:-${
(%)
:-
%N
}}
"
0
=
"
${${
(M)0
:#/
*
}:-
$PWD
/
$0
}
"
0
=
"
${${
(M)0
:#/
*
}:-
$PWD
/
$0
}
"
...
...
plugins/fnm/fnm.plugin.zsh
View file @
c06197ad
if
((
$+
commands[fnm]
))
;
then
if
((
$+
commands[fnm]
))
;
then
# Handle $0 according to the standard:
# Handle $0 according to the standard:
#
#
https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
# https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
0
=
"
${${
ZERO
:-${
0
:#
$ZSH_ARGZERO
}}:-${
(%)
:-
%N
}}
"
0
=
"
${${
ZERO
:-${
0
:#
$ZSH_ARGZERO
}}:-${
(%)
:-
%N
}}
"
0
=
"
${${
(M)0
:#/
*
}:-
$PWD
/
$0
}
"
0
=
"
${${
(M)0
:#/
*
}:-
$PWD
/
$0
}
"
...
...
plugins/git-prompt/git-prompt.plugin.zsh
View file @
c06197ad
# Handle $0 according to the standard:
# Handle $0 according to the standard:
#
#
https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
# https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
0
=
"
${${
ZERO
:-${
0
:#
$ZSH_ARGZERO
}}:-${
(%)
:-
%N
}}
"
0
=
"
${${
ZERO
:-${
0
:#
$ZSH_ARGZERO
}}:-${
(%)
:-
%N
}}
"
0
=
"
${${
(M)0
:#/
*
}:-
$PWD
/
$0
}
"
0
=
"
${${
(M)0
:#/
*
}:-
$PWD
/
$0
}
"
...
...
plugins/gitfast/gitfast.plugin.zsh
View file @
c06197ad
# Handle $0 according to the standard:
# Handle $0 according to the standard:
#
#
https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
# https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
0
=
"
${${
ZERO
:-${
0
:#
$ZSH_ARGZERO
}}:-${
(%)
:-
%N
}}
"
0
=
"
${${
ZERO
:-${
0
:#
$ZSH_ARGZERO
}}:-${
(%)
:-
%N
}}
"
0
=
"
${${
(M)0
:#/
*
}:-
$PWD
/
$0
}
"
0
=
"
${${
(M)0
:#/
*
}:-
$PWD
/
$0
}
"
...
...
plugins/history-substring-search/history-substring-search.plugin.zsh
View file @
c06197ad
# Handle $0 according to the standard:
# Handle $0 according to the standard:
#
#
https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
# https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
0
=
"
${${
ZERO
:-${
0
:#
$ZSH_ARGZERO
}}:-${
(%)
:-
%N
}}
"
0
=
"
${${
ZERO
:-${
0
:#
$ZSH_ARGZERO
}}:-${
(%)
:-
%N
}}
"
0
=
"
${${
(M)0
:#/
*
}:-
$PWD
/
$0
}
"
0
=
"
${${
(M)0
:#/
*
}:-
$PWD
/
$0
}
"
...
...
plugins/hitchhiker/hitchhiker.plugin.zsh
View file @
c06197ad
# Handle $0 according to the standard:
# Handle $0 according to the standard:
#
#
https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
# https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
0
=
"
${${
ZERO
:-${
0
:#
$ZSH_ARGZERO
}}:-${
(%)
:-
%N
}}
"
0
=
"
${${
ZERO
:-${
0
:#
$ZSH_ARGZERO
}}:-${
(%)
:-
%N
}}
"
0
=
"
${${
(M)0
:#/
*
}:-
$PWD
/
$0
}
"
0
=
"
${${
(M)0
:#/
*
}:-
$PWD
/
$0
}
"
...
...
plugins/macos/macos.plugin.zsh
View file @
c06197ad
# Handle $0 according to the standard:
# Handle $0 according to the standard:
#
#
https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
# https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
0
=
"
${${
ZERO
:-${
0
:#
$ZSH_ARGZERO
}}:-${
(%)
:-
%N
}}
"
0
=
"
${${
ZERO
:-${
0
:#
$ZSH_ARGZERO
}}:-${
(%)
:-
%N
}}
"
0
=
"
${${
(M)0
:#/
*
}:-
$PWD
/
$0
}
"
0
=
"
${${
(M)0
:#/
*
}:-
$PWD
/
$0
}
"
...
...
plugins/rustup/rustup.plugin.zsh
View file @
c06197ad
...
@@ -3,7 +3,7 @@ print ${(%):-'Please update your .zshrc to use the `%Brust%b` plugin instead.%f'
...
@@ -3,7 +3,7 @@ print ${(%):-'Please update your .zshrc to use the `%Brust%b` plugin instead.%f'
# TODO: 2021-12-28: remove this block
# TODO: 2021-12-28: remove this block
# Handle $0 according to the standard:
# Handle $0 according to the standard:
#
#
https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
# https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
0
=
"
${${
ZERO
:-${
0
:#
$ZSH_ARGZERO
}}:-${
(%)
:-
%N
}}
"
0
=
"
${${
ZERO
:-${
0
:#
$ZSH_ARGZERO
}}:-${
(%)
:-
%N
}}
"
0
=
"
${${
(M)0
:#/
*
}:-
$PWD
/
$0
}
"
0
=
"
${${
(M)0
:#/
*
}:-
$PWD
/
$0
}
"
# Remove old generated completion file
# Remove old generated completion file
...
...
plugins/tmux/tmux.plugin.zsh
View file @
c06197ad
...
@@ -47,7 +47,7 @@ else
...
@@ -47,7 +47,7 @@ else
fi
fi
# Handle $0 according to the standard:
# Handle $0 according to the standard:
#
#
https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
# https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
0
=
"
${${
ZERO
:-${
0
:#
$ZSH_ARGZERO
}}:-${
(%)
:-
%N
}}
"
0
=
"
${${
ZERO
:-${
0
:#
$ZSH_ARGZERO
}}:-${
(%)
:-
%N
}}
"
0
=
"
${${
(M)0
:#/
*
}:-
$PWD
/
$0
}
"
0
=
"
${${
(M)0
:#/
*
}:-
$PWD
/
$0
}
"
...
...
plugins/wd/wd.plugin.zsh
View file @
c06197ad
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
# @github.com/mfaerevaag/wd
# @github.com/mfaerevaag/wd
# Handle $0 according to the standard:
# Handle $0 according to the standard:
#
#
https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
# https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
0
=
"
${${
ZERO
:-${
0
:#
$ZSH_ARGZERO
}}:-${
(%)
:-
%N
}}
"
0
=
"
${${
ZERO
:-${
0
:#
$ZSH_ARGZERO
}}:-${
(%)
:-
%N
}}
"
0
=
"
${${
(M)0
:#/
*
}:-
$PWD
/
$0
}
"
0
=
"
${${
(M)0
:#/
*
}:-
$PWD
/
$0
}
"
...
...
plugins/z/z.plugin.zsh
View file @
c06197ad
# Handle $0 according to the standard:
# Handle $0 according to the standard:
#
#
https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
# https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
0
=
"
${${
ZERO
:-${
0
:#
$ZSH_ARGZERO
}}:-${
(%)
:-
%N
}}
"
0
=
"
${${
ZERO
:-${
0
:#
$ZSH_ARGZERO
}}:-${
(%)
:-
%N
}}
"
0
=
"
${${
(M)0
:#/
*
}:-
$PWD
/
$0
}
"
0
=
"
${${
(M)0
:#/
*
}:-
$PWD
/
$0
}
"
...
...
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