mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-16 13:30:57 +01:00
bashrc & zshrc: add alias peminfo (shows information on .pem file).
It seems that autoretab happened too.
This commit is contained in:
parent
404450c50d
commit
901f41a9b4
3
bashrc
3
bashrc
@ -531,6 +531,9 @@ alias reset-matepanel="mate-panel --reset"
|
||||
alias isodate='date "+%Y-%m-%d %H:%M:%S%z"'
|
||||
alias isodateu='date -u "+%Y-%m-%d %H:%M:%S%z"'
|
||||
|
||||
# Show information on PEM file.
|
||||
alias peminfo="openssl x509 -text -in"
|
||||
|
||||
# Allow custom aliases to be put in .aliases or .bash_aliases .
|
||||
|
||||
# .aliases
|
||||
|
Loading…
x
Reference in New Issue
Block a user