Skip to content

Conversation

@alex-feel
Copy link
Owner

Add support for Fish shell syntax when managing environment variables:

  • Include Fish config (~/.config/fish/config.fish) in shell config files
  • Detect Fish installation on Linux (always included on macOS)
  • Use Fish-specific syntax: 'set -gx NAME "value"' instead of 'export'
  • Improve remove_export_from_file to remove variables from anywhere in file
  • Add helper functions for shell-specific syntax detection and generation

Add support for Fish shell syntax when managing environment variables:
- Include Fish config (~/.config/fish/config.fish) in shell config files
- Detect Fish installation on Linux (always included on macOS)
- Use Fish-specific syntax: 'set -gx NAME "value"' instead of 'export'
- Improve remove_export_from_file to remove variables from anywhere in file
- Add helper functions for shell-specific syntax detection and generation
@github-actions
Copy link

github-actions bot commented Jan 2, 2026

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  scripts
  setup_environment.py 551-552, 1987, 2141
Project Total  

This report was generated by python-coverage-comment-action

@alex-feel alex-feel merged commit a505ae8 into main Jan 2, 2026
18 of 19 checks passed
@alex-feel alex-feel deleted the alex-feel-dev branch January 2, 2026 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants