pitchfork activate
- Usage:
pitchfork activate <SHELL> - Effect: read-only
Activate pitchfork in your shell session
Generates shell code that enables automatic daemon management when changing directories. Required for auto-start/stop features in pitchfork.toml.
Supported shells: bash, zsh, fish
Add to your shell config:
bash (~/.bashrc):
eval "$(pitchfork activate bash)"
zsh (~/.zshrc):
eval "$(pitchfork activate zsh)"
fish (~/.config/fish/config.fish):
pitchfork activate fish | source
Arguments
<SHELL>— Shell to activate (bash, zsh, fish)Choices:
bash,zsh,fish
Flags
-h --help— Print help
