You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(shell): Parameterize binary names in shell integration scripts
- Add {{CLI_BINARY_NAME}} and {{PTY_BINARY_NAME}} placeholders to all shell scripts
- Update pre.sh, pre.fish, pre.nu to use placeholders
- Update post.bash, post.fish, post.zsh, post.nu to use placeholders
- Modify get_fig_integration_source() to return String and perform substitution
- Replace hardcoded 'q' and 'qterm' with constants from fig_util::consts
- Remove unnecessary .into() call in init.rs
This enables easy rebranding by changing constants in one place.
0 commit comments