diff --git a/home/.config/bash/hooks.sh b/home/.config/bash/hooks.sh index 4ddddee..c624f85 100644 --- a/home/.config/bash/hooks.sh +++ b/home/.config/bash/hooks.sh @@ -10,7 +10,7 @@ fi # Launch atuin if it is installed if command -v atuin >/dev/null; then - eval "$(atuin init bash)" + source <(atuin init bash) fi # Init zoxide if present and alias cd to it