More natural use of atuin
This commit is contained in:
parent
b4a0218131
commit
6c2e08601d
|
@ -4,7 +4,12 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
settings = {
|
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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue