mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
9(1): document gotcha with oh-my-zsh
This commit is contained in:
parent
4a8c0c75ff
commit
a5632a13a0
1 changed files with 15 additions and 0 deletions
15
man/man1/9.1
15
man/man1/9.1
|
@ -125,3 +125,18 @@ $ 9 rc
|
||||||
.B \*9/bin/u.rc
|
.B \*9/bin/u.rc
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.IR intro (1)
|
.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.
|
||||||
|
|
Loading…
Reference in a new issue