relate: 5f31ea7f --RELATED_TO--> c292afbb

This commit is contained in:
Cal Corum 2026-02-26 23:48:24 -06:00
parent 589e06d884
commit ec1e62029d
3 changed files with 26 additions and 2 deletions

View File

@ -6,13 +6,18 @@ tags: [dotfiles, symlink, workstation, gitea, configuration, claude-home]
importance: 0.7
confidence: 0.8
created: "2026-02-27T05:47:49.295906+00:00"
updated: "2026-02-27T05:48:21.730677+00:00"
updated: "2026-02-27T05:48:24.648974+00:00"
relations:
- target: 4479674f-16de-4cfb-afc1-73042d4ab8db
type: RELATED_TO
direction: outgoing
strength: 0.9
edge_id: b1d439b6-456f-4271-bd16-0d612564e7f4
- target: c292afbb-9b99-4628-8836-7a8d00c797e5
type: RELATED_TO
direction: outgoing
strength: 0.8
edge_id: 5f5d8b39-4f75-4099-bcc6-e2aa87ec3d2b
---
# Dotfiles Symlink Repo — cal/dotfiles

View File

@ -0,0 +1,13 @@
---
id: 5f5d8b39-4f75-4099-bcc6-e2aa87ec3d2b
type: RELATED_TO
from_id: 5f31ea7f-9b53-427d-b601-ab98dabaa2e3
from_title: "Dotfiles symlink repo at cal/dotfiles on Gitea"
to_id: c292afbb-9b99-4628-8836-7a8d00c797e5
to_title: "Fix: Bash ((var++)) returns exit code 1 with set -e when var is 0"
strength: 0.8
created: "2026-02-27T05:48:24.648974+00:00"
updated: "2026-02-27T05:48:24.648974+00:00"
---
((var++)) bug with set -e was discovered while writing dotfiles install.sh scripts

View File

@ -6,7 +6,13 @@ tags: [bash, scripting, debugging, fix, set-e, arithmetic, dotfiles]
importance: 0.6
confidence: 0.8
created: "2026-02-27T05:47:56.914678+00:00"
updated: "2026-02-27T05:47:56.914678+00:00"
updated: "2026-02-27T05:48:24.648974+00:00"
relations:
- target: 5f31ea7f-9b53-427d-b601-ab98dabaa2e3
type: RELATED_TO
direction: incoming
strength: 0.8
edge_id: 5f5d8b39-4f75-4099-bcc6-e2aa87ec3d2b
---
# Bash Arithmetic Pitfall: ((var++)) with set -e