diff options
author | xyz <gky44px1999@gmail.com> | 2021-05-18 04:37:28 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-05-18 04:37:28 -0700 |
commit | d94e225db461f1df4c158c1b1db19e815c518f9b (patch) | |
tree | 46be9e6f5b09057bfd6f5950a686cad45af43250 /.bashrc | |
parent | 2a2cc1ec624694a55b900918f7da675047800e48 (diff) |
UTC+08 instead of CST because there's many CST
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,6 +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"' +alias datec='TZ=Asia/Shanghai date "+%a %m/%d/%Y %H:%M:%S UTC%:::z"' eval "$(zoxide init bash)" |