Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it possible to disable using the 1Password ssh agent #288

Merged
merged 2 commits into from
Apr 11, 2024
Merged

Commits on Apr 2, 2024

  1. Make it possible to disable using the 1Password ssh agent

    Currently if `op` is found in the user's `$PATH`, the quickstart
    will try to use its `ssh` agent whether or not there are any keys
    in there. Make it possible for users to disable using the 1Password
    `ssh` agent.
    
    Signed-off-by: Joe Block <[email protected]>
    unixorn committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    8903032 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Make debugging easier

    Add `debug_out` to make debugging easier, and `zqs {en,dis}able-debug-mode` to toggle it.
    
    Signed-off-by: Joe Block <[email protected]>
    unixorn committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    4e0efcb View commit details
    Browse the repository at this point in the history