dotfiles/.config/bash/tools/asdf.bashrc
Andrei Jiroh Halili 8ecadd080e
feat(bashrc): add asdf to bash/tools config directory
This should finally elimate the painful manual exports from
~/.asdf/asdf.sh file after initing submodules post-clone.

Also in this commit, I also edited the sign-tarball script to
not hardcode the GPG key ID when signing. I may implement CLI
flags in the future as needed.

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
2024-05-28 16:02:28 +08:00

3 lines
No EOL
81 B
Bash

#!/usr/bin/env bash
[ -s "$HOME/.asdf/asdf.sh" ] && source "$HOME/.asdf/asdf.sh"