Skip to content

Commit

Permalink
More generic call
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb authored Apr 11, 2024
1 parent 192eb1a commit c229fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion private_dot_bash/completion
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ complete -cf sudo
## https://github.com/ellie/atuin
##

if [ -f /home/linuxbrew/.linuxbrew/bin/atuin ]; then
if [ -x "$(command -v atuin)" ]; then
eval "$(atuin init bash)"
fi

0 comments on commit c229fa8

Please sign in to comment.