1
Fork 0

Add Atuin configuration and shell setup.

This commit is contained in:
Bauke 2023-10-30 13:02:13 +01:00
parent 5639c9cde0
commit 3a727a5418
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
3 changed files with 11 additions and 0 deletions

3
.bashrc Normal file
View File

@ -0,0 +1,3 @@
# Bash configuration for use with nix-shell.
eval "$(atuin init bash --disable-up-arrow)"

View File

@ -0,0 +1,7 @@
auto_sync = false
dialect = "uk"
update_check = false
history_filter = [
"^yt-dlp "
]

1
.zshrc
View File

@ -16,6 +16,7 @@ source "$HOME/.aliases.zsh"
source "$HOME/.functions.zsh"
source "$HOME/.zle.zsh"
eval "$(atuin init zsh --disable-up-arrow)"
eval "$(register-python-argcomplete pipx)"
eval "$(direnv hook zsh)"
eval "$(starship init zsh)"