mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
{bash,zsh}rc: add alias aoedate for Anywhere on Earth time
This commit is contained in:
parent
9a0895e412
commit
db9a2866b3
@ -545,6 +545,9 @@ fi
|
|||||||
# More simple SSH file signing, ~/.ssh/signingkey.pub should be a symlink
|
# 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"
|
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 .
|
# Allow custom aliases to be put in .aliases or .bash_aliases .
|
||||||
|
|
||||||
# .aliases
|
# .aliases
|
||||||
|
3
rc/zshrc
3
rc/zshrc
@ -526,6 +526,9 @@ fi
|
|||||||
# More simple SSH file signing, ~/.ssh/signingkey.pub should be a symlink
|
# 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"
|
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 .
|
# Allow custom aliases to be put in .aliases or .zsh_aliases .
|
||||||
|
|
||||||
# .aliases
|
# .aliases
|
||||||
|
Loading…
Reference in New Issue
Block a user