summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/git/README.md2
-rw-r--r--plugins/git/git.plugin.zsh2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/git/README.md b/plugins/git/README.md
index c3e6dd27d..44ed6f320 100644
--- a/plugins/git/README.md
+++ b/plugins/git/README.md
@@ -34,7 +34,7 @@ plugins=(... git)
| gbsg | git bisect good |
| gbsr | git bisect reset |
| gbss | git bisect start |
-| gbl | git blame -b -w |
+| gbl | git blame -w |
| gb | git branch |
| gba | git branch --all |
| gbd | git branch --delete |
diff --git a/plugins/git/git.plugin.zsh b/plugins/git/git.plugin.zsh
index 8886aac6d..e20373de5 100644
--- a/plugins/git/git.plugin.zsh
+++ b/plugins/git/git.plugin.zsh
@@ -115,7 +115,7 @@ alias gbsb='git bisect bad'
alias gbsg='git bisect good'
alias gbsr='git bisect reset'
alias gbss='git bisect start'
-alias gbl='git blame -b -w'
+alias gbl='git blame -w'
alias gb='git branch'
alias gba='git branch --all'
alias gbd='git branch --delete'