mirror of
https://github.com/DictXiong/dotfiles.git
synced 2025-04-25 04:56:53 +08:00
git log using iso date; dfs vversion
This commit is contained in:
parent
f4980b70a3
commit
7a3fb041ad
|
@ -16,3 +16,5 @@
|
||||||
autocorrect = 1
|
autocorrect = 1
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
|
[log]
|
||||||
|
date = iso
|
||||||
|
|
1
.zshrc2
1
.zshrc2
|
@ -148,6 +148,7 @@ dfs()
|
||||||
cd ) cd "$DOTFILES" ;;
|
cd ) cd "$DOTFILES" ;;
|
||||||
update ) "$DOTFILES/update.sh" ;;
|
update ) "$DOTFILES/update.sh" ;;
|
||||||
version ) (cd "$DOTFILES" && git rev-parse HEAD) ;;
|
version ) (cd "$DOTFILES" && git rev-parse HEAD) ;;
|
||||||
|
vversion ) (cd "$DOTFILES" && git show) ;;
|
||||||
config )
|
config )
|
||||||
mkdir -p ~/.config/dotfiles
|
mkdir -p ~/.config/dotfiles
|
||||||
$EDITOR ~/.config/dotfiles/env
|
$EDITOR ~/.config/dotfiles/env
|
||||||
|
|
Loading…
Reference in New Issue
Block a user