mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Merge branch 'fix-colored-man-pages-syntax'
This commit is contained in:
commit
4b95c166bd
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
if [ "$OSTYPE" = solaris* ]
|
||||
if [[ "$OSTYPE" = solaris* ]]
|
||||
then
|
||||
if [ ! -x "$HOME/bin/nroff" ]
|
||||
if [[ ! -x "$HOME/bin/nroff" ]]
|
||||
then
|
||||
mkdir -p "$HOME/bin"
|
||||
cat > "$HOME/bin/nroff" <<EOF
|
||||
|
|
Loading…
Reference in a new issue