mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
gpg export aliases, resolves: #58
This commit is contained in:
parent
c2403559bf
commit
a9095a0619
@ -485,6 +485,8 @@ alias wkdlookup="gpg --auto-key-locate nodefault,wkd --locate-keys"
|
||||
# Ubuntu key server, Tor not necessary due to dirmngr config
|
||||
alias gpg-uks="gpg --keyserver hkps://keyserver.ubuntu.com"
|
||||
alias gpg-uks-recv="gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys"
|
||||
alias gpg-export-minimal-ascii="gpg --armor --export-options export-minimal --export"
|
||||
alias gpg-export-minimal-binary="gpg --no-armor --export-options export-minimal --export"
|
||||
|
||||
# ports that are being listened to
|
||||
alias netstat-listening-ports="netstat -plnt"
|
||||
|
2
rc/zshrc
2
rc/zshrc
@ -464,6 +464,8 @@ alias wkdlookup="gpg --auto-key-locate nodefault,wkd --locate-keys"
|
||||
# Ubuntu key server, Tor not necessary due to dirmngr config
|
||||
alias gpg-uks="gpg --keyserver hkps://keyserver.ubuntu.com"
|
||||
alias gpg-uks-recv="gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys"
|
||||
alias gpg-export-minimal-ascii="gpg --armor --export-options export-minimal --export"
|
||||
alias gpg-export-minimal-binary="gpg --no-armor --export-options export-minimal --export"
|
||||
|
||||
# ports that are being listened to
|
||||
alias netstat-listening-ports="netstat -plnt"
|
||||
|
Loading…
Reference in New Issue
Block a user