update path and add senpai cfg
This commit is contained in:
parent
b7b6176e6b
commit
36b9fc1af3
2 changed files with 5 additions and 1 deletions
3
.bashrc
3
.bashrc
|
@ -1,11 +1,12 @@
|
|||
set -o vi
|
||||
|
||||
export GOPATH="/home/thrrgilag/go"
|
||||
export PATH=$PATH:/usr/local/go/bin
|
||||
export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin
|
||||
export EDITOR="/usr/bin/vim"
|
||||
|
||||
alias df='df -x squashfs'
|
||||
alias tmutt='mutt -F ~/.config/mutt/thrrgilag-muttrc'
|
||||
alias dmutt='mutt -F ~/.config/mutt/delta-muttrc'
|
||||
alias pmutt='mutt -F ~/.muttrc-proton'
|
||||
alias wttr='curl wttr.in'
|
||||
|
||||
|
|
3
.config/senpai/senpai.scfg
Normal file
3
.config/senpai/senpai.scfg
Normal file
|
@ -0,0 +1,3 @@
|
|||
address chat.sr.ht
|
||||
nickname thrrgilag
|
||||
password-cmd secret-tool lookup user senpai
|
Loading…
Reference in a new issue