summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 1a204a14..b60787cb 100644
--- a/.bashrc
+++ b/.bashrc
@@ -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)"