bash add file existance before sourcing
This commit is contained in:
parent
ea8341f088
commit
95fa8e2628
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Reference in a new issue