cleanup bash settings
This commit is contained in:
parent
b688554372
commit
c87131b258
1 changed files with 5 additions and 8 deletions
13
.bashrc
13
.bashrc
|
@ -1,15 +1,9 @@
|
||||||
export GOPATH=~/go
|
export GOPATH=~/go
|
||||||
export GOTELEMETRY=off
|
export GOTELEMETRY=off
|
||||||
export GOTOOLCHAIN=local
|
export GOTOOLCHAIN=local
|
||||||
export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin
|
# export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin
|
||||||
export EDITOR="/usr/bin/nano"
|
|
||||||
|
|
||||||
# alias df='df -x squashfs'
|
export EDITOR="/usr/bin/nano"
|
||||||
alias tmutt='mutt -F ~/.config/mutt/thrrgilag-muttrc'
|
|
||||||
alias dmutt='mutt -F ~/.config/mutt/delta-muttrc'
|
|
||||||
alias pmutt='mutt -F ~/.config/mutt/proton-muttrc'
|
|
||||||
alias cmutt='mutt -F ~/.config/mutt/clacksme-muttrc'
|
|
||||||
alias wttr='curl wttr.in'
|
|
||||||
|
|
||||||
# set my titlebars
|
# set my titlebars
|
||||||
function set_win_title(){
|
function set_win_title(){
|
||||||
|
@ -18,3 +12,6 @@ function set_win_title(){
|
||||||
starship_precmd_user_func="set_win_title"
|
starship_precmd_user_func="set_win_title"
|
||||||
|
|
||||||
eval "$(starship init bash)"
|
eval "$(starship init bash)"
|
||||||
|
|
||||||
|
alias wttr='curl wttr.in'
|
||||||
|
alias tsreset='tailscale up --reset --exit-node='
|
||||||
|
|
Loading…
Reference in a new issue