(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
+2 -1
View File
@@ -3,6 +3,7 @@
alias c="clear"
alias pbcopy="xsel -i -b"
alias pbpaste="xsel -o -b"
alias hs="hugo server --disableFastRender && rm -r public"
alias hs="hugo server --disableFastRender -D && rm -r public"
alias us="./uploadsite.sh"
alias ccdt="date -Is | pbcopy"
alias sbv="echo \"Verses: $1\" > $HOME/bible-verses.txt"