Shell Integration
Shell integration is required for bmc profsel to set AWS_PROFILE in your current shell session.
Install #
bmc install-shell-integration
This installs a shell wrapper function:
- zsh / bash: appends to
~/.zshrcor~/.bashrc - Fish: writes
~/.config/fish/functions/bmc.fish(auto-loaded, no restart needed) - NixOS + Fish: prints a
programs.fish.functionssnippet instead of writing files
After installation, restart your shell or source the config file.