dotfiles/.bashrc

17 lines
399 B
Bash

export GOPATH=~/go
export GOTELEMETRY=off
export GOTOOLCHAIN=local
# export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin
export EDITOR="/usr/bin/nano"
# set my titlebars
function set_win_title(){
echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"
}
starship_precmd_user_func="set_win_title"
eval "$(starship init bash)"
alias wttr='curl wttr.in'
alias tsreset='tailscale up --reset --exit-node='