.
This commit is contained in:
6
bash.d/20-asdf-vm.sh
Normal file
6
bash.d/20-asdf-vm.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
if test -d ~/.asdf; then
|
||||
source $HOME/.asdf/asdf.sh
|
||||
source $HOME/.asdf/completions/asdf.bash
|
||||
fi
|
||||
Reference in New Issue
Block a user