removed logout alias, added gpg and git aliases
This commit is contained in:
parent
31017da78a
commit
8f310fdd92
1 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue