diff options
author | Karel Kočí <karel.koci@nic.cz> | 2019-02-21 18:05:22 +0100 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2019-02-21 18:05:22 +0100 |
commit | 71a3746c629d644ae15dc5437f6be013bec4ecbb (patch) | |
tree | 9070fe513faa9af3b47fb28bb6a2861462d7a873 /shellrc.d/git | |
parent | c34ed665e646082b73650757a5772cf034c0aa37 (diff) | |
download | shellrc-71a3746c629d644ae15dc5437f6be013bec4ecbb.tar.gz shellrc-71a3746c629d644ae15dc5437f6be013bec4ecbb.tar.bz2 shellrc-71a3746c629d644ae15dc5437f6be013bec4ecbb.zip |
shellrc: fix gitbco alias
Diffstat (limited to 'shellrc.d/git')
-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() { |