aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gitconfig8
-rw-r--r--zshrc1
2 files changed, 8 insertions, 1 deletions
diff --git a/gitconfig b/gitconfig
index 0fef859..de6c05c 100644
--- a/gitconfig
+++ b/gitconfig
@@ -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
diff --git a/zshrc b/zshrc
index 276e26f..4bfbc9e 100644
--- a/zshrc
+++ b/zshrc
@@ -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