mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-01-10 20:43:11 +01:00
Merge branch 'fix-colored-man-pages-syntax'
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user