mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2025-01-19 15:06:39 +00:00
Andrei Jiroh Halili
8ecadd080e
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>
3 lines
No EOL
81 B
Bash
3 lines
No EOL
81 B
Bash
#!/usr/bin/env bash
|
|
|
|
[ -s "$HOME/.asdf/asdf.sh" ] && source "$HOME/.asdf/asdf.sh" |