From 71a3746c629d644ae15dc5437f6be013bec4ecbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 21 Feb 2019 18:05:22 +0100 Subject: shellrc: fix gitbco alias --- shellrc.d/git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- cgit v1.2.3