Release notes from moshcode · Aug 14, 2026
v0.52.0 — your shell aliases work in the pit
0Sign in to vote or save
This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
Your shell aliases work in the pit An alias that names a shell command used to fail with command not found while the identical word worked when typed at a prompt: mosh ▸ /prs ▸ !gh-prs-all · zsh -c gh-prs-all zsh:1: command not found: gh-prs-all The pit ran everything through $SHELL -c , and zsh -c and bash -c are non-interactive shells — they do not read ~/.zshrc or ~/.bashrc , so the aliases and…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.