diff --git a/graph/configurations/fish-shell-starship-prompt-setup-on-nobara-workstation-055aea.md b/graph/configurations/fish-shell-starship-prompt-setup-on-nobara-workstation-055aea.md index 29fdbd2bb62..5ffebc6201e 100644 --- a/graph/configurations/fish-shell-starship-prompt-setup-on-nobara-workstation-055aea.md +++ b/graph/configurations/fish-shell-starship-prompt-setup-on-nobara-workstation-055aea.md @@ -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 diff --git a/graph/edges/fish-shell-starship-prompt-set--RELATED_TO--shell-aliases-not-available-in-853896.md b/graph/edges/fish-shell-starship-prompt-set--RELATED_TO--shell-aliases-not-available-in-853896.md new file mode 100644 index 00000000000..5e320e566c0 --- /dev/null +++ b/graph/edges/fish-shell-starship-prompt-set--RELATED_TO--shell-aliases-not-available-in-853896.md @@ -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 diff --git a/graph/solutions/shell-aliases-not-available-in-claude-code-bash-tool-a4efac.md b/graph/solutions/shell-aliases-not-available-in-claude-code-bash-tool-a4efac.md index 77ab1888e27..365ec34ddbc 100644 --- a/graph/solutions/shell-aliases-not-available-in-claude-code-bash-tool-a4efac.md +++ b/graph/solutions/shell-aliases-not-available-in-claude-code-bash-tool-a4efac.md @@ -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'.