1
0
mirror of https://github.com/akelge/zsh synced 2025-07-03 13:09:07 +00:00

Added x509 function and venv for python3

This commit is contained in:
Andrea Mistrali
2017-04-15 08:49:01 +02:00
parent 96b3fb57eb
commit 67b66e6ce4
5 changed files with 32 additions and 1 deletions

1
zsh.d/zshfunctions/x509 Normal file
View File

@ -0,0 +1 @@
openssl x509 -in $1 -noout -text | less