mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-15 22:22:53 +02:00
disable atuin default arrow-up key binding
This commit is contained in:
parent
01f5e8ff8c
commit
f05e7f48b6
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ function ya() {
|
||||||
|
|
||||||
# atuin config
|
# atuin config
|
||||||
if command -v atuin &> /dev/null; then
|
if command -v atuin &> /dev/null; then
|
||||||
eval "$(atuin init zsh)"
|
eval "$(atuin init zsh --disable-up-arrow)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# zoxide config
|
# zoxide config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue