(add): sbv and go/wails path

This commit is contained in:
2026-02-18 23:15:35 -05:00
parent 5a882a4330
commit 945f8b3204
2 changed files with 8 additions and 1 deletions
+6
View File
@@ -10,6 +10,12 @@ if [ -f ~/.config/dg-bash/functions.sh ]; then
source ~/.config/dg-bash/functions.sh
fi
if [ -x "$(command -v go)" ]; then
if [ -d "$(go env GOPATH)/bin" ]; then
export PATH=$PATH:$(go env GOPATH)/bin
fi
fi
if [ -x "$(command -v fastfetch)" ]; then
if [ -f ~/.config/fastfetch/minimal.jsonc ]; then
fastfetch -c ~/.config/fastfetch/minimal.jsonc