bash: add asdf
This commit is contained in:
4
bashrc.d/asdf.bash
Normal file
4
bashrc.d/asdf.bash
Normal file
@@ -0,0 +1,4 @@
|
||||
if [ -d "$HOME/.asdf" ] ; then
|
||||
. "$HOME/.asdf/asdf.sh"
|
||||
. "$HOME/.asdf/completions/asdf.bash"
|
||||
fi
|
||||
Reference in New Issue
Block a user