aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2017-07-18 11:21:18 -0400
committerRuss Cox <rsc@swtch.com>2017-09-01 12:06:22 -0400
commita5632a13a089c628d07e3ea1403253e24e22d0a8 (patch)
treef3eafe63e761915cfb253831362db8f343206b3f /man
parent4a8c0c75ffd40d08837d6937e1e995c68ceb276e (diff)
downloadplan9port-a5632a13a089c628d07e3ea1403253e24e22d0a8.tar.gz
plan9port-a5632a13a089c628d07e3ea1403253e24e22d0a8.tar.bz2
plan9port-a5632a13a089c628d07e3ea1403253e24e22d0a8.zip
9(1): document gotcha with oh-my-zsh
Diffstat (limited to 'man')
-rw-r--r--man/man1/9.115
1 files changed, 15 insertions, 0 deletions
diff --git a/man/man1/9.1 b/man/man1/9.1
index e003eb31..a115260d 100644
--- a/man/man1/9.1
+++ b/man/man1/9.1
@@ -125,3 +125,18 @@ $ 9 rc
.B \*9/bin/u.rc
.SH SEE ALSO
.IR intro (1)
+.SH BUGS
+Some shell configurations
+(notably, oh-my-zsh)
+define
+.B 9
+as an alias for
+.B cd
+.BR \-9 ,
+which makes the
+.I 9
+command described here inaccessible.
+In such shells, it is necessary to
+.B unalias
+.B 9
+in your initialization scripts.