bash: add asdf

This commit is contained in:
2023-07-22 23:02:02 +01:00
parent 3bcc6e0415
commit ac70d282d2
2 changed files with 12 additions and 11 deletions

4
bashrc.d/asdf.bash Normal file
View File

@@ -0,0 +1,4 @@
if [ -d "$HOME/.asdf" ] ; then
. "$HOME/.asdf/asdf.sh"
. "$HOME/.asdf/completions/asdf.bash"
fi