Add Atuin configuration and shell setup.
This commit is contained in:
parent
5639c9cde0
commit
3a727a5418
|
@ -0,0 +1,3 @@
|
|||
# Bash configuration for use with nix-shell.
|
||||
|
||||
eval "$(atuin init bash --disable-up-arrow)"
|
|
@ -0,0 +1,7 @@
|
|||
auto_sync = false
|
||||
dialect = "uk"
|
||||
update_check = false
|
||||
|
||||
history_filter = [
|
||||
"^yt-dlp "
|
||||
]
|
Loading…
Reference in New Issue