summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorself <george@gabbott.dev>2022-07-12 23:20:13 +0100
committerself <george@gabbott.dev>2022-07-12 23:20:13 +0100
commit811c2003ee0b53b89b6a2569dc155e4e702fe977 (patch)
tree9b3c3ba5d53c8880433faf615eed3521d7e4b2e1 /zsh/.zshrc
parentac7a637d3bd56333e0350a481aa213fa4b3836ac (diff)
gdb->gbd to not clash with gdb debugger
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 9159b5a..7152621 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -152,7 +152,7 @@ sv() {
alias gb="git branch"
alias gco="git checkout"
alias gcom="git checkout master"
-alias gdb="git branch -d"
+alias gbd="git branch -d"
alias gp="git push"
alias gpa="gp origin && gp github && gp gitlab"
alias gpl="git pull"