git log using iso date; dfs vversion

This commit is contained in:
Dict Xiong 2022-11-24 20:45:41 +08:00
parent f4980b70a3
commit 7a3fb041ad
2 changed files with 4 additions and 1 deletions

View File

@ -16,3 +16,5 @@
autocorrect = 1
[init]
defaultBranch = main
[log]
date = iso

View File

@ -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