atuin: run as daemon
This commit is contained in:
parent
52fe78851b
commit
026d5f813b
2 changed files with 51 additions and 1 deletions
home/dln
|
@ -15,9 +15,19 @@ in
|
|||
};
|
||||
|
||||
programs.atuin.settings = {
|
||||
show_tabs = false;
|
||||
|
||||
cwd_filter = [
|
||||
"^~/media"
|
||||
"^/home/dln/media"
|
||||
"^/tmp"
|
||||
];
|
||||
|
||||
history_filter = [
|
||||
"^kubectl create secret.*--from-literal"
|
||||
"^kubectl delete ns"
|
||||
"^kubectl delete namespace"
|
||||
"^talosctl reset"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue