feat: Add asdf
This commit is contained in:
parent
cc25e775d3
commit
5904b2693a
12
rc.d/asdf
Normal file
12
rc.d/asdf
Normal 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
|
Loading…
x
Reference in New Issue
Block a user