bashrc snippets
Modular bashrc additions. Each file is a drop-in — source it from ~/.bashrc to get its helpers.
| File | What it provides |
|---|---|
claude-code-helpers.sh | cc, ccy, ccr, ccry — Claude CLI shortcuts with resume + skip-permissions variants |
zellij-helpers.sh | z <name>, zk, zl, zd, zfix — Zellij session management |
tmux-helpers.sh | tmux equivalents for when Zellij isn’t available |
opencode-helpers.sh | OpenCode CLI shortcuts |
osc7-cwd.sh | OSC 7 working-directory reporting for clone-tab-at-cwd in terminal emulators |
flow-control.sh | Flow-control tweaks — disable Ctrl+S/Ctrl+Q freeze |
Install
Section titled “Install”# Add to ~/.bashrc on a machine that has this repo checked out:REPO=/path/to/agentic-workflow-and-tech-stack # wherever you checked it outsource "$REPO/02-stack/profiles/bashrc-snippets/claude-code-helpers.sh"source "$REPO/02-stack/profiles/bashrc-snippets/zellij-helpers.sh"source "$REPO/02-stack/profiles/bashrc-snippets/osc7-cwd.sh"Or curl to a hostless machine:
curl -o ~/.claude-helpers.sh https://raw.githubusercontent.com/cybersader/agentic-workflow-and-tech-stack/main/02-stack/profiles/bashrc-snippets/claude-code-helpers.shecho 'source ~/.claude-helpers.sh' >> ~/.bashrcSee also
Section titled “See also”- My terminal stack — where these aliases get used
- Rebuild flow → 03 Shell Helpers — full install walkthrough