diff options
-rw-r--r-- | gitconfig | 8 | ||||
-rw-r--r-- | zshrc | 1 |
2 files changed, 8 insertions, 1 deletions
@@ -10,3 +10,11 @@ gpgsign = true [merge] tool = vimdiff +[alias] + co = checkout + ci = commit + st = status + br = branch + hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short + type = cat-file -t + dump = cat-file -p @@ -15,7 +15,6 @@ HISTSIZE=10000 SAVEHIST=10000 setopt appendhistory setopt extendedglob -setopt share_history setopt hist_ignore_dups setopt hist_expire_dups_first setopt extended_history |