(add): sbv and go/wails path
This commit is contained in:
@@ -10,6 +10,12 @@ if [ -f ~/.config/dg-bash/functions.sh ]; then
|
|||||||
source ~/.config/dg-bash/functions.sh
|
source ~/.config/dg-bash/functions.sh
|
||||||
fi
|
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 [ -x "$(command -v fastfetch)" ]; then
|
||||||
if [ -f ~/.config/fastfetch/minimal.jsonc ]; then
|
if [ -f ~/.config/fastfetch/minimal.jsonc ]; then
|
||||||
fastfetch -c ~/.config/fastfetch/minimal.jsonc
|
fastfetch -c ~/.config/fastfetch/minimal.jsonc
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
alias c="clear"
|
alias c="clear"
|
||||||
alias pbcopy="xsel -i -b"
|
alias pbcopy="xsel -i -b"
|
||||||
alias pbpaste="xsel -o -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 us="./uploadsite.sh"
|
||||||
alias ccdt="date -Is | pbcopy"
|
alias ccdt="date -Is | pbcopy"
|
||||||
|
alias sbv="echo \"Verses: $1\" > $HOME/bible-verses.txt"
|
||||||
|
|||||||
Reference in New Issue
Block a user