relate: 055aea5f --RELATED_TO--> a4efacad

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

View File

@ -6,13 +6,18 @@ tags: [fish, starship, shell, nobara, configuration, homelab, shell-config]
importance: 0.65
confidence: 0.8
created: "2026-02-27T05:32:57.893367+00:00"
updated: "2026-02-27T05:33:24.486157+00:00"
updated: "2026-02-27T05:33:28.417546+00:00"
relations:
- target: 66bac9cf-1b1e-42f5-903d-d28a9d5e1e1a
type: REQUIRES
direction: outgoing
strength: 0.9
edge_id: a9f8ae4a-0ec1-429b-9161-73d3978b2a37
- target: a4efacad-fda5-49ca-97a9-dd433f8a6a77
type: RELATED_TO
direction: outgoing
strength: 0.7
edge_id: 853896ba-9204-49ce-b6da-0048ab1d78f7
---
# Fish shell + Starship prompt setup on Nobara FC43

View File

@ -0,0 +1,13 @@
---
id: 853896ba-9204-49ce-b6da-0048ab1d78f7
type: RELATED_TO
from_id: 055aea5f-7084-48ae-a096-69ee1c35e114
from_title: "Fish shell + Starship prompt setup on Nobara workstation"
to_id: a4efacad-fda5-49ca-97a9-dd433f8a6a77
to_title: "Shell aliases not available in Claude Code Bash tool"
strength: 0.7
created: "2026-02-27T05:33:28.417546+00:00"
updated: "2026-02-27T05:33:28.417546+00:00"
---
Fish shell config sets SHELL=/bin/bash to avoid the same class of Claude Code shell compatibility issues

View File

@ -6,13 +6,18 @@ 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-02-27T05:33:26.612607+00:00"
updated: "2026-02-27T05:33:28.417546+00:00"
relations:
- target: 66bac9cf-1b1e-42f5-903d-d28a9d5e1e1a
type: RELATED_TO
direction: incoming
strength: 0.75
edge_id: 3537b1ab-3443-444e-8e93-fe866b42f202
- target: 055aea5f-7084-48ae-a096-69ee1c35e114
type: RELATED_TO
direction: incoming
strength: 0.7
edge_id: 853896ba-9204-49ce-b6da-0048ab1d78f7
---
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'.