From aa32ff986ad4a30dec39e04513b3e75f2ca55f81 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Fri, 19 Nov 2021 07:35:58 -0800 Subject: [PATCH] removed gpg aliases --- bashrc.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/bashrc.txt b/bashrc.txt index c9a6ac26..a461bae4 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -188,8 +188,6 @@ alias {ss,wi,ssid}="doas iw wlan0 scan | grep SSID" alias {ov,ovpn}="doas openvpn --config ~/.config/protonvpn/protonvpn_configs/us-free-02.protonvpn.com.udp.ovpn --auth-user-pass ~/.config/protonvpn/protonvpn.txt" alias {pvpn,pv}="doas protonvpn c US-FREE#1 -p UDP" 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 -m" alias git-p="git push"