bash: use source instead of eval for atuin
This commit is contained in:
parent
bbff7f0ce1
commit
f796404713
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue