History in atuin
This commit is contained in:
parent
15be7de212
commit
dc53d35fcc
6
zsh.d/60_atuin.zsh
Normal file
6
zsh.d/60_atuin.zsh
Normal file
@ -0,0 +1,6 @@
|
||||
# vim: ft=zsh
|
||||
|
||||
if command-exists "atuin"; then
|
||||
eval "$(atuin init zsh --disable-up-arrow)"
|
||||
eval "$(atuin gen-completions --shell zsh)"
|
||||
fi
|
||||
Loading…
Reference in New Issue
Block a user