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
4b95c166
Commit
4b95c166
authored
Dec 15, 2015
by
Marc Cornellà
Browse files
Merge branch 'fix-colored-man-pages-syntax'
parents
fe9ff63c
5e310c53
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/colored-man-pages/colored-man-pages.plugin.zsh
View file @
4b95c166
if
[
"
$OSTYPE
"
=
solaris
*
]
if
[
[
"
$OSTYPE
"
=
solaris
*
]
]
then
then
if
[
!
-x
"
$HOME
/bin/nroff"
]
if
[
[
!
-x
"
$HOME
/bin/nroff"
]
]
then
then
mkdir
-p
"
$HOME
/bin"
mkdir
-p
"
$HOME
/bin"
cat
>
"
$HOME
/bin/nroff"
<<
EOF
cat
>
"
$HOME
/bin/nroff"
<<
EOF
...
...
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