diff options
author | xyz <gky44px1999@gmail.com> | 2021-05-18 04:22:56 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-05-18 04:22:56 -0700 |
commit | 45172cdfd0f2c72e251cc1da7c3d7b24c2bd2b50 (patch) | |
tree | da5fad994afc6a6b0881445e1da81cba42461706 | |
parent | 51c0b95b7f82fbc58cde38a506b75b897a7712f3 (diff) |
add beijing date alias
-rw-r--r-- | .bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,5 +18,6 @@ alias ls='ls --color=auto' alias ll='ls -lah --color=auto' alias cfgc='/usr/bin/git --git-dir=$HOME/.mycfg_cross_platform/ --work-tree=$HOME' alias cfgl='/usr/bin/git --git-dir=$HOME/.mycfg_local/ --work-tree=$HOME' +alias datec='TZ=Asia/Shanghai date "+%a %m/%d/%Y %H:%M:%S %Z"' eval "$(zoxide init bash)" |