{bash,zsh}rc: add alias aoedate for Anywhere on Earth time

This commit is contained in:
Aminda Suomalainen 2024-01-01 15:24:04 +02:00
parent 9a0895e412
commit db9a2866b3
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 6 additions and 0 deletions

View File

@ -545,6 +545,9 @@ fi
# More simple SSH file signing, ~/.ssh/signingkey.pub should be a symlink
alias ssh-sign-file="ssh-keygen -Y sign -f ~/.ssh/signingkey.pub -n file"
# Anywhere on Earth date, https://en.m.wikipedia.org/wiki/Anywhere_on_Earth
alias aoedate="TZ=Etc/GMT+12 date"
# Allow custom aliases to be put in .aliases or .bash_aliases .
# .aliases

View File

@ -526,6 +526,9 @@ fi
# More simple SSH file signing, ~/.ssh/signingkey.pub should be a symlink
alias ssh-sign-file="ssh-keygen -Y sign -f ~/.ssh/signingkey.pub -n file"
# Anywhere on Earth date, https://en.m.wikipedia.org/wiki/Anywhere_on_Earth
alias aoedate="TZ=Etc/GMT+12 date"
# Allow custom aliases to be put in .aliases or .zsh_aliases .
# .aliases