relate: acfad6b5 --BUILDS_ON--> 66bac9cf

This commit is contained in:
Cal Corum 2026-02-26 23:56:05 -06:00
parent 17dad459b1
commit 8c8d0b6d03
3 changed files with 25 additions and 2 deletions

View File

@ -6,13 +6,18 @@ tags: [fish, bash, dotfiles, workstation, shell, config]
importance: 0.6
confidence: 0.8
created: "2026-02-27T05:55:50.719305+00:00"
updated: "2026-02-27T05:56:03.750296+00:00"
updated: "2026-02-27T05:56:05.149567+00:00"
relations:
- target: 6b1ef7c1-547f-4a79-aad7-23a720378c03
type: RELATED_TO
direction: incoming
strength: 0.9
edge_id: 694e662f-01cf-4826-a2c9-6da4c843d3bb
- target: 66bac9cf-1b1e-42f5-903d-d28a9d5e1e1a
type: BUILDS_ON
direction: outgoing
strength: 0.9
edge_id: a77fc3a3-fc45-4ea6-9a1a-2b4eb80eba64
---
# Decision: fish config.fish exports SHELL=/bin/bash for tool compatibility

View File

@ -6,7 +6,7 @@ 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:48:41.142101+00:00"
updated: "2026-02-27T05:56:05.149567+00:00"
relations:
- target: 055aea5f-7084-48ae-a096-69ee1c35e114
type: REQUIRES
@ -28,6 +28,11 @@ relations:
direction: incoming
strength: 0.8
edge_id: e51c5c3a-fc29-499c-8e3f-2d185014d780
- target: acfad6b5-9a2c-4e51-9525-04b4c4112e69
type: BUILDS_ON
direction: incoming
strength: 0.9
edge_id: a77fc3a3-fc45-4ea6-9a1a-2b4eb80eba64
---
# Fish + Bash Hybrid Shell Strategy

View File

@ -0,0 +1,13 @@
---
id: a77fc3a3-fc45-4ea6-9a1a-2b4eb80eba64
type: BUILDS_ON
from_id: acfad6b5-9a2c-4e51-9525-04b4c4112e69
from_title: "Decision: fish config.fish exports SHELL=/bin/bash for tool compatibility"
to_id: 66bac9cf-1b1e-42f5-903d-d28a9d5e1e1a
to_title: "Fish + bash hybrid shell strategy: fish interactive, bash for scripts/tools"
strength: 0.9
created: "2026-02-27T05:56:05.149567+00:00"
updated: "2026-02-27T05:56:05.149567+00:00"
---
The SHELL=/bin/bash export in config.fish is a concrete implementation of the fish+bash hybrid shell strategy