mirror of
https://github.com/DictXiong/dotfiles.git
synced 2025-12-21 14:17:49 +08:00
git log using iso date; dfs vversion
This commit is contained in:
parent
f4980b70a3
commit
7a3fb041ad
@ -15,4 +15,6 @@
|
|||||||
[help]
|
[help]
|
||||||
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…
x
Reference in New Issue
Block a user