terminal: Add unified history for shells
Added atuin for nice shell history. Trying it out for now but seems non-intrusive enough that I will probably keep it for a while even if I don't use it.
This commit is contained in:
parent
a5727c135b
commit
97114d74fb
5 changed files with 86 additions and 0 deletions
|
|
@ -94,6 +94,7 @@ setopt autocd
|
|||
|
||||
eval "$(starship init zsh)"
|
||||
eval "$(zoxide init zsh)"
|
||||
eval "$(atuin init zsh)"
|
||||
|
||||
# Speed up autocomplete, force prefix mapping
|
||||
zstyle ':completion:*' accept-exact '*(N)'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue