removed logout alias, added gpg and git aliases

This commit is contained in:
tomit4 2021-11-19 07:32:15 -08:00
parent 31017da78a
commit 8f310fdd92

View file

@ -191,7 +191,8 @@ alias {pvdown,pvpnd,pvd}="doas protonvpn d"
alias gpg-git="gpg -d github_token_txt.gpg | cat | xclip -sel clip"
alias gpg-berg="gpg -d codeberg_token_txt.gpg | cat | xclip -sel clip"
alias git-a="git add"
alias git-c="git commit"
alias git-c="git commit -m"
alias git-p="git push"
alias catx="cat | xclip -sel clip"
alias xclear="echo '' | xclip && xclip -selection clipboard /dev/null"
alias {mop,market,stonks,stocks}="cd ~/aur_packages/mop && go run ./cmd/mop/main.go"