From 8f310fdd92dd5886963a72b96756b92da75c1cae Mon Sep 17 00:00:00 2001 From: tomit4 Date: Fri, 19 Nov 2021 07:32:15 -0800 Subject: [PATCH] removed logout alias, added gpg and git aliases --- bashrc.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bashrc.txt b/bashrc.txt index 921472cc..c9a6ac26 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -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"