Skip to content

Commit a27eb89

Browse files
feat(marlowe): initialize Lmod module system for zsh
Zsh on Marlowe doesn't source /etc/profile.d/modules.sh, so the `module` command is unavailable. Source the Lmod zsh init script directly so `module load` works out of the box. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent c9d58bd commit a27eb89

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

marlowe/zsh/.config/zsh/.zshrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/zsh
22

3+
# Initialize Lmod module system for zsh
4+
source /usr/share/lmod/lmod/init/zsh
5+
36
# >>> conda initialize >>>
47
# !! Contents within this block are managed by 'conda init' !!
58
__conda_setup="$('/users/zyli2002/miniconda3/bin/conda' 'shell.zsh' 'hook' 2>/dev/null)"

0 commit comments

Comments
 (0)