Loading .shell/funcs +2 −3 Original line number Diff line number Diff line Loading @@ -65,9 +65,8 @@ get_shell() update_submodules() { git submodule init git submodule sync git submodule update git submodule sync --recursive git submodule update --init --recursive # do not attempt automatic upgrading if not on master branch if [ master != `get_branch` ]; then Loading Loading
.shell/funcs +2 −3 Original line number Diff line number Diff line Loading @@ -65,9 +65,8 @@ get_shell() update_submodules() { git submodule init git submodule sync git submodule update git submodule sync --recursive git submodule update --init --recursive # do not attempt automatic upgrading if not on master branch if [ master != `get_branch` ]; then Loading