Skip to content

Commit 8e30699

Browse files
committed
doc: add module cmd enabling guidelines for Zsh
Signed-off-by: Xavier Delaruelle <[email protected]>
1 parent 3c16faf commit 8e30699

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

INSTALL.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,14 @@ of the shell you use.
208208
source /usr/share/modules/init/csh
209209
endif
210210
211+
* For **Zsh**, update either system-wide (``/etc/zsh/zshenv`` on Debian-like
212+
systems) or personal (``~/.zshenv``) initialization file:
213+
214+
.. code-block:: sh
215+
216+
# enable module command
217+
. /usr/share/modules/init/zsh
218+
211219
Configuration
212220
-------------
213221

0 commit comments

Comments
 (0)