This commit is contained in:
Daylin Morgan 2022-12-27 15:18:40 -06:00
parent 2de2015a5e
commit 3becae8a69

View file

@ -122,3 +122,8 @@ if [ -d "$HOME/.bun" ]; then
# export PATH="$BUN_INSTALL/bin:$PATH"
add-to-path prepend "$BUN_INSTALL/bin:$PATH"
fi
if [ -d "$HOME/.nimble" ]; then
# export PATH=/home/daylin/.nimble/bin:$PATH
add-to-path prepend "$HOME/.nimble/bin"
fi