t9(1): document gotcha with oh-my-zsh - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit a5632a13a089c628d07e3ea1403253e24e22d0a8
DIR parent 4a8c0c75ffd40d08837d6937e1e995c68ceb276e
HTML Author: Russ Cox <rsc@swtch.com>
Date: Tue, 18 Jul 2017 11:21:18 -0400
9(1): document gotcha with oh-my-zsh
Diffstat:
M man/man1/9.1 | 15 +++++++++++++++
1 file changed, 15 insertions(+), 0 deletions(-)
---
DIR diff --git a/man/man1/9.1 b/man/man1/9.1
t@@ -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.