From 17dad459b1149476eed91207b46891f75c450929 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Thu, 26 Feb 2026 23:56:03 -0600 Subject: [PATCH] relate: 6b1ef7c1 --RELATED_TO--> acfad6b5 --- ...sh-exports-shellbinbash-for-tool-compa-acfad6.md | 8 +++++++- ...TED_TO--decision-fish-configfish-expor-694e66.md | 13 +++++++++++++ ...t-login-konsole-still-uses-old-shell-a-6b1ef7.md | 8 +++++++- 3 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 graph/edges/fix-kde-caches-shell-at-login--RELATED_TO--decision-fish-configfish-expor-694e66.md diff --git a/graph/decisions/decision-fish-configfish-exports-shellbinbash-for-tool-compa-acfad6.md b/graph/decisions/decision-fish-configfish-exports-shellbinbash-for-tool-compa-acfad6.md index efdaaa3b325..c54a7a5fca6 100644 --- a/graph/decisions/decision-fish-configfish-exports-shellbinbash-for-tool-compa-acfad6.md +++ b/graph/decisions/decision-fish-configfish-exports-shellbinbash-for-tool-compa-acfad6.md @@ -6,7 +6,13 @@ 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:55:50.719305+00:00" +updated: "2026-02-27T05:56:03.750296+00:00" +relations: + - target: 6b1ef7c1-547f-4a79-aad7-23a720378c03 + type: RELATED_TO + direction: incoming + strength: 0.9 + edge_id: 694e662f-01cf-4826-a2c9-6da4c843d3bb --- # Decision: fish config.fish exports SHELL=/bin/bash for tool compatibility diff --git a/graph/edges/fix-kde-caches-shell-at-login--RELATED_TO--decision-fish-configfish-expor-694e66.md b/graph/edges/fix-kde-caches-shell-at-login--RELATED_TO--decision-fish-configfish-expor-694e66.md new file mode 100644 index 00000000000..ba49902d4d9 --- /dev/null +++ b/graph/edges/fix-kde-caches-shell-at-login--RELATED_TO--decision-fish-configfish-expor-694e66.md @@ -0,0 +1,13 @@ +--- +id: 694e662f-01cf-4826-a2c9-6da4c843d3bb +type: RELATED_TO +from_id: 6b1ef7c1-547f-4a79-aad7-23a720378c03 +from_title: "Fix: KDE caches $SHELL at login — Konsole still uses old shell after chsh" +to_id: acfad6b5-9a2c-4e51-9525-04b4c4112e69 +to_title: "Decision: fish config.fish exports SHELL=/bin/bash for tool compatibility" +strength: 0.9 +created: "2026-02-27T05:56:03.750296+00:00" +updated: "2026-02-27T05:56:03.750296+00:00" +--- + +KDE Konsole shell launch issue and the SHELL=/bin/bash export are both part of the same fish-as-interactive-shell setup on Cal's workstation diff --git a/graph/fixes/fix-kde-caches-shell-at-login-konsole-still-uses-old-shell-a-6b1ef7.md b/graph/fixes/fix-kde-caches-shell-at-login-konsole-still-uses-old-shell-a-6b1ef7.md index 3d767bebaa8..f81b987d1b1 100644 --- a/graph/fixes/fix-kde-caches-shell-at-login-konsole-still-uses-old-shell-a-6b1ef7.md +++ b/graph/fixes/fix-kde-caches-shell-at-login-konsole-still-uses-old-shell-a-6b1ef7.md @@ -6,7 +6,13 @@ tags: [kde, konsole, fish, shell, workstation, dotfiles, chsh] importance: 0.55 confidence: 0.8 created: "2026-02-27T05:55:45.065939+00:00" -updated: "2026-02-27T05:55:45.065939+00:00" +updated: "2026-02-27T05:56:03.750296+00:00" +relations: + - target: acfad6b5-9a2c-4e51-9525-04b4c4112e69 + type: RELATED_TO + direction: outgoing + strength: 0.9 + edge_id: 694e662f-01cf-4826-a2c9-6da4c843d3bb --- # Fix: KDE caches $SHELL at login — Konsole still uses old shell after chsh