fix: move asdf and direnv from profile.d back to rc.d

This commit is contained in:
2021-05-02 21:15:29 +02:00
parent 554f8a4db8
commit a6948a056a
2 changed files with 0 additions and 0 deletions

12
rc.d/asdf Normal file
View File

@ -0,0 +1,12 @@
#!/bin/bash
if [ -f ~/.asdf/asdf.sh ]
then
# activate asdf
source ~/.asdf/asdf.sh
# activate completion
source ~/.asdf/completions/asdf.bash
fi