From 7a3fb041ade3594b5a9aee42147c602a5810bfba Mon Sep 17 00:00:00 2001 From: Dict Xiong Date: Thu, 24 Nov 2022 20:45:41 +0800 Subject: [PATCH] git log using iso date; dfs vversion --- .gitconfig2 | 4 +++- .zshrc2 | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitconfig2 b/.gitconfig2 index 0ef3697..09a899e 100644 --- a/.gitconfig2 +++ b/.gitconfig2 @@ -15,4 +15,6 @@ [help] autocorrect = 1 [init] - defaultBranch = main \ No newline at end of file + defaultBranch = main +[log] + date = iso diff --git a/.zshrc2 b/.zshrc2 index 049e6c1..5af6eda 100644 --- a/.zshrc2 +++ b/.zshrc2 @@ -148,6 +148,7 @@ dfs() cd ) cd "$DOTFILES" ;; update ) "$DOTFILES/update.sh" ;; version ) (cd "$DOTFILES" && git rev-parse HEAD) ;; + vversion ) (cd "$DOTFILES" && git show) ;; config ) mkdir -p ~/.config/dotfiles $EDITOR ~/.config/dotfiles/env