summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-05-18 04:37:28 -0700
committerxyz <gky44px1999@gmail.com>2021-05-18 04:37:28 -0700
commitd94e225db461f1df4c158c1b1db19e815c518f9b (patch)
tree46be9e6f5b09057bfd6f5950a686cad45af43250 /.bashrc
parent2a2cc1ec624694a55b900918f7da675047800e48 (diff)
UTC+08 instead of CST because there's many CST
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index b60787cb..d2f0893e 100644
--- a/.bashrc
+++ b/.bashrc
@@ -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)"