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

Set ATUIN_ variables for development in devshell #1653

Merged
merged 1 commit into from
Jan 30, 2024

Commits on Jan 30, 2024

  1. Set ATUIN_ variables for development in devshell

    I accidentially broke my atuin database by executing `atuin` from the
    PR I was working on without setting these variables and had to manually
    roll back my local database.
    
    That shouldn't happen, so we set the database and record store path in
    the devshell to something that does not overwrite our normal databases.
    We also warn if these files already exist, because when entering the
    devshell, a user might want to start from a clean slate here.
    
    Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
    matthiasbeyer committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    9d0ef2b View commit details
    Browse the repository at this point in the history