mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2025-05-16 18:43:07 +00:00
chore(bash): update shellrc files as usual
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
This commit is contained in:
parent
56ae595504
commit
ab3e569190
7 changed files with 83 additions and 9 deletions
|
@ -1,3 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
[ -s "$HOME/.asdf/asdf.sh" ] && source "$HOME/.asdf/asdf.sh"
|
||||
[ -s "$HOME/.asdf/asdf.sh" ] && source "$HOME/.asdf/asdf.sh"
|
||||
|
||||
if [[ $ASDF_DIR ]]; then
|
||||
eval "$(direnv hook bash)" # Load up direnv hook after asdf
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue