diff --git a/roles/bash/files/bashrc b/roles/bash/files/bashrc index a370be6..9fb6650 100644 --- a/roles/bash/files/bashrc +++ b/roles/bash/files/bashrc @@ -102,5 +102,5 @@ alias vim='nvim' [ -f ~/.fzf.bash ] && source ~/.fzf.bash # asdf -. "$HOME/.asdf/asdf.sh" -. "$HOME/.asdf/completions/asdf.bash" +[ -f ~/.asdf/asdf.sh ] && source ~/.asdf/asdf.sh +[ -f ~/.asdf/completions/asdf.bash ] && source ~/.asdf/completions/asdf.bash