More natural use of atuin

This commit is contained in:
Leonora Tindall 2024-02-19 13:23:36 -06:00
parent b4a0218131
commit 6c2e08601d
1 changed files with 6 additions and 1 deletions

View File

@ -4,7 +4,12 @@
enable = true;
enableZshIntegration = true;
settings = {
enter_accept = false;
# Show only commands previously run in this directory by default
filter_mode = "directory";
# Call the top of a git repo the "current directory" for filter_mode
workspaces = true;
# Don't be weirdly over-verbose
style = "compact";
};
};
}