Restrict atuin to 4th up key

This commit is contained in:
Tobias Reisinger 2024-02-28 04:16:57 +01:00
parent b958ac678d
commit fa68cf226b
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 43 additions and 1 deletions

View file

@ -80,6 +80,7 @@ fpath=(
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
plugins=(
'atuin'
'colored-man-pages'
'docker'
'docker-compose'
@ -117,6 +118,6 @@ source source-remote-file \
"https://raw.githubusercontent.com/dracula/zsh-syntax-highlighting/master/zsh-syntax-highlighting.sh" \
"dracula-syntax-highlighting"
[ -x "$(command -v atuin)" ] && eval "$(atuin init zsh)"
[ -x "$(command -v atuin)" ] && eval "$(atuin init zsh --disable-up-arrow)"
[ -x "$(command -v direnv)" ] && eval "$(direnv hook zsh)"
[ -x "$(command -v starship)" ] && eval "$(starship init zsh)"