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
9abc9b93
Commit
9abc9b93
authored
Feb 05, 2021
by
Maxime Bombar
Browse files
gpg update keys
parent
568a1b64
Changes
1
Hide whitespace changes
Inline
Side-by-side
.zsh/rc/local/80_aliases
View file @
9abc9b93
...
@@ -263,6 +263,7 @@ alias note-test='ssh note-test'
...
@@ -263,6 +263,7 @@ alias note-test='ssh note-test'
alias sauron='ssh sauron'
alias sauron='ssh sauron'
alias clean='rm -f *.{aux,log,out,bbl,blg,rip,nav,snm,toc,vrb} *~ \#*'
alias clean='rm -f *.{aux,log,out,bbl,blg,rip,nav,snm,toc,vrb} *~ \#*'
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 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 gpgupdatekeys='gpg --list-keys|grep pub -A 1 | grep -v ''-'' | grep -v pubring | awk '"'"'{print $1}'"'"' | sort | uniq | xargs -t -I {} curl "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x{}" | gpg --import'
alias mklatex='cp ~/Git/Latex/Main/* ./'
alias mklatex='cp ~/Git/Latex/Main/* ./'
# +----------+
# +----------+
...
...
Write
Preview
Supports
Markdown
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