aboutsummaryrefslogtreecommitdiff
path: root/shellrc.d
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2019-02-21 18:05:22 +0100
committerKarel Kočí <karel.koci@nic.cz>2019-02-21 18:05:22 +0100
commit71a3746c629d644ae15dc5437f6be013bec4ecbb (patch)
tree9070fe513faa9af3b47fb28bb6a2861462d7a873 /shellrc.d
parentc34ed665e646082b73650757a5772cf034c0aa37 (diff)
downloadshellrc-71a3746c629d644ae15dc5437f6be013bec4ecbb.tar.gz
shellrc-71a3746c629d644ae15dc5437f6be013bec4ecbb.tar.bz2
shellrc-71a3746c629d644ae15dc5437f6be013bec4ecbb.zip
shellrc: fix gitbco alias
Diffstat (limited to 'shellrc.d')
-rw-r--r--shellrc.d/git2
1 files changed, 1 insertions, 1 deletions
diff --git a/shellrc.d/git b/shellrc.d/git
index 1403ea4..c018da9 100644
--- a/shellrc.d/git
+++ b/shellrc.d/git
@@ -27,7 +27,7 @@ gitbcheckout() {
cd "$nw"
git submodule update --init --recursive
}
-alias gitbco='gitcheckout'
+alias gitbco='gitbcheckout'
# Create new branch from HEAD
gitbnew() {