mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-18 06:31:01 +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 isodate='date "+%Y-%m-%d %H:%M:%S%z"'
|
||||||
alias isodateu='date -u "+%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 .
|
# Allow custom aliases to be put in .aliases or .bash_aliases .
|
||||||
|
|
||||||
# .aliases
|
# .aliases
|
||||||
|
3
zshrc
3
zshrc
@ -500,6 +500,9 @@ alias reset-matepanel="mate-panel --reset"
|
|||||||
alias isodate='date "+%Y-%m-%d %H:%M:%S%z"'
|
alias isodate='date "+%Y-%m-%d %H:%M:%S%z"'
|
||||||
alias isodateu='date -u "+%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"
|
||||||
|
|
||||||
# .aliases
|
# .aliases
|
||||||
if [ -f ~/.aliases ]; then
|
if [ -f ~/.aliases ]; then
|
||||||
source ~/.aliases
|
source ~/.aliases
|
||||||
|
Loading…
x
Reference in New Issue
Block a user