Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Maxime Bombar
Config_Files
Commits
568a1b64
Commit
568a1b64
authored
Feb 05, 2021
by
Maxime Bombar
Browse files
update alias gpgsendkeys
parent
33108f36
Changes
1
Hide whitespace changes
Inline
Side-by-side
.zsh/rc/local/80_aliases
View file @
568a1b64
...
...
@@ -262,7 +262,7 @@ alias note='ssh note'
alias note-test='ssh note-test'
alias sauron='ssh sauron'
alias clean='rm -f *.{aux,log,out,bbl,blg,rip,nav,snm,toc,vrb} *~ \#*'
alias gpgsendkeys='gpg --list-keys|grep pub
|grep -v uid|awk '"'"'{print $2}'"'"'|awk -F "/"
'"'"'{print $
2
}'"'"'
|
sort
|
uniq
|
xargs -t
-n 1
-I {} gpg --send-keys {}'
alias gpgsendkeys='gpg --list-keys|grep pub
-A 1 | grep -v ''-'' | grep -v pubring | awk
'"'"'{print $
1
}'"'"'
|
sort
|
uniq
|
xargs -t -I {} gpg
--keyserver keyserver.ubuntu.com
--send-keys {}'
alias mklatex='cp ~/Git/Latex/Main/* ./'
# +----------+
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment