Compare commits

...

3 Commits

Author SHA1 Message Date
Cal Corum
5e6c73a7eb episode: Fish shell cc function migrated from zsh to fish autoload 2026-02-27 22:53:11 -06:00
Cal Corum
68fc761182 store: Fish shell cc function migrated from zsh to fish autoload 2026-02-27 22:53:10 -06:00
Cal Corum
6e2e046134 store: [rust] Session: fix 2026-02-27 22:47:26 -06:00
3 changed files with 53 additions and 0 deletions

View File

@ -62,3 +62,14 @@ Work types:
- **Summary:** Files edited (1):
- /mnt/NV2/Development/sba-scouting/rust/src/api/importer.rs
Work types:
## 22:47 - [rust] Session: fix
- **Type:** fix
- **Tags:** rust, fix, session-log
- **Memory:** [rust-session-fix-12070f](graph/fixes/rust-session-fix-12070f.md)
- **Summary:** Work types: fix
Session size: 31 messages, 12 tool calls
## 22:53 - Fish shell cc function migrated from zsh to fish autoload
- **Type:** decision
- **Tags:** fish, zsh, tmux, claude-code, workstation, dotfiles, decision

View File

@ -0,0 +1,29 @@
---
id: e6158e53-af06-40f7-bfd1-32fc481a2b3f
type: decision
title: "Fish shell cc function migrated from zsh to fish autoload"
tags: [fish, zsh, tmux, claude-code, workstation, dotfiles, decision]
importance: 0.55
confidence: 0.8
created: "2026-02-28T04:53:10.968337+00:00"
updated: "2026-02-28T04:53:10.968337+00:00"
---
# Fish shell cc function migrated from zsh
## Decision
Migrated the `cc` function (opens Claude Code in a named tmux session) from `~/.zshrc` to fish shell's autoload function system.
## Implementation
- Created `/home/cal/dotfiles/fish/functions/cc.fish`
- Symlinked to `~/.config/fish/functions/cc.fish`
- Fish autoloads functions from `~/.config/fish/functions/` by filename convention — no explicit source needed
## Notes
- The original zsh version remains in `~/.zshrc` lines 46-54 (kept for backward compatibility / reference)
- Fish 4.2.0 on Nobara with Starship prompt
- The function opens Claude in a named tmux session, making it reattachable
## Related
- Dotfiles repo: `cal/dotfiles` on Gitea
- Fish config: `~/dotfiles/fish/functions/`

View File

@ -0,0 +1,13 @@
---
id: 12070f1c-9732-4a45-8a6d-34ac410e5ba5
type: fix
title: "[rust] Session: fix"
tags: [rust, fix, session-log]
importance: 0.4
confidence: 0.8
created: "2026-02-28T04:47:26.701707+00:00"
updated: "2026-02-28T04:47:26.701707+00:00"
---
Work types: fix
Session size: 31 messages, 12 tool calls