Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
63cfade9
"plugins/vscode:/vscode.git/clone" did not exist on "cf07fe2c6f0ea1561e21189feb12592a21d10306"
Commit
63cfade9
authored
Nov 07, 2017
by
Marcel Siegert
Committed by
Robby Russell
Nov 07, 2017
Browse files
Prepend function keyword in colored-man-pages plugin (#6238)
Resolves: #6237
parent
1fca822a
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/colored-man-pages/colored-man-pages.plugin.zsh
View file @
63cfade9
...
@@ -16,7 +16,7 @@ EOF
...
@@ -16,7 +16,7 @@ EOF
fi
fi
fi
fi
man
()
{
function
man
()
{
env
\
env
\
LESS_TERMCAP_mb
=
$(
printf
"
\e
[1;31m"
)
\
LESS_TERMCAP_mb
=
$(
printf
"
\e
[1;31m"
)
\
LESS_TERMCAP_md
=
$(
printf
"
\e
[1;31m"
)
\
LESS_TERMCAP_md
=
$(
printf
"
\e
[1;31m"
)
\
...
...
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