completions
completions
Section titled “completions”Generate a shell completion script to add to your shell profile for tab completion.
arxo completions bash# Add to ~/.bashrc: eval "$(arxo completions bash)"arxo completions zsh# Add to ~/.zshrc: eval "$(arxo completions zsh)"arxo completions fish | source# Or save to ~/.config/fish/completions/arxo.fisharxo completions powershell# Run and follow instructions to installArgument
Section titled “Argument”| Argument | Description |
|---|---|
shell (positional) | Shell: bash, zsh, fish, or powershell |
Installation
Section titled “Installation”arxo completions bash >> ~/.bashrcarxo completions zsh >> ~/.zshrcarxo completions fish > ~/.config/fish/completions/arxo.fishSee also
Section titled “See also”- Installation — Install Arxo before adding completions