Merge from titus #3

Merged
jiriks74 merged 14 commits from master into titusupdate 2021-11-14 19:08:52 +01:00
Showing only changes of commit 517b8fcbff - Show all commits

@ -84,5 +84,11 @@ gitpush() {
git commit -m "$*" git commit -m "$*"
git push git push
} }
gitupdate() {
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/github
ssh -T git@github.com
}
alias gp=gitpush alias gp=gitpush
alias gu=gitupdate
alias lbrynet='/opt/LBRY/resources/static/daemon/lbrynet' alias lbrynet='/opt/LBRY/resources/static/daemon/lbrynet'