1.2 KiB
1.2 KiB
| id | type | title | tags | importance | confidence | created | updated | relations | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| e6158e53-af06-40f7-bfd1-32fc481a2b3f | decision | Fish shell cc function migrated from zsh to fish autoload |
|
0.55 | 0.8 | 2026-02-28T04:53:10.968337+00:00 | 2026-02-28T04:53:35.258538+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
~/.zshrclines 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/dotfileson Gitea - Fish config:
~/dotfiles/fish/functions/