relate: 66bac9cf --RELATED_TO--> a4efacad

This commit is contained in:
Cal Corum 2026-02-26 23:33:26 -06:00
parent cdd60b3771
commit b13f82a04f
3 changed files with 26 additions and 2 deletions

View File

@ -6,13 +6,18 @@ tags: [fish, bash, shell, claude-code, architecture, decision, homelab, shell-co
importance: 0.6
confidence: 0.8
created: "2026-02-27T05:33:08.745935+00:00"
updated: "2026-02-27T05:33:24.486157+00:00"
updated: "2026-02-27T05:33:26.612607+00:00"
relations:
- target: 055aea5f-7084-48ae-a096-69ee1c35e114
type: REQUIRES
direction: incoming
strength: 0.9
edge_id: a9f8ae4a-0ec1-429b-9161-73d3978b2a37
- target: a4efacad-fda5-49ca-97a9-dd433f8a6a77
type: RELATED_TO
direction: outgoing
strength: 0.75
edge_id: 3537b1ab-3443-444e-8e93-fe866b42f202
---
# Fish + Bash Hybrid Shell Strategy

View File

@ -0,0 +1,13 @@
---
id: 3537b1ab-3443-444e-8e93-fe866b42f202
type: RELATED_TO
from_id: 66bac9cf-1b1e-42f5-903d-d28a9d5e1e1a
from_title: "Fish + bash hybrid shell strategy: fish interactive, bash for scripts/tools"
to_id: a4efacad-fda5-49ca-97a9-dd433f8a6a77
to_title: "Shell aliases not available in Claude Code Bash tool"
strength: 0.75
created: "2026-02-27T05:33:26.612607+00:00"
updated: "2026-02-27T05:33:26.612607+00:00"
---
Both concern how Claude Code's Bash tool interacts with the user's shell environment — aliases vs SHELL variable

View File

@ -6,7 +6,13 @@ tags: [claude-code, bash, aliases, major-domo, cli]
importance: 0.7
confidence: 0.8
created: "2026-01-23T20:40:33.351120+00:00"
updated: "2026-01-23T20:40:33.351120+00:00"
updated: "2026-02-27T05:33:26.612607+00:00"
relations:
- target: 66bac9cf-1b1e-42f5-903d-d28a9d5e1e1a
type: RELATED_TO
direction: incoming
strength: 0.75
edge_id: 3537b1ab-3443-444e-8e93-fe866b42f202
---
Bash aliases defined in ~/.bashrc (like 'majordomo') are not available in non-interactive shells used by Claude Code's Bash tool. Instead of using the alias, call the underlying command directly. Example: Use 'python ~/.claude/skills/major-domo/cli.py status' instead of 'majordomo status'.