removed logout alias, added gpg and git aliases
This commit is contained in:
parent
7031898a8f
commit
31017da78a
1 changed files with 3 additions and 1 deletions
|
|
@ -188,9 +188,11 @@ 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 catx="cat | xclip -sel clip"
|
||||
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 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"
|
||||
alias {ddg,duck}="links https://www.duckduckgo.com"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue