diff options
Diffstat (limited to 'shellrc.d')
-rw-r--r-- | shellrc.d/git | 2 |
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() { |