diff --git a/.bashrc_local b/.bashrc_local index c996402..5abcb4d 100644 --- a/.bashrc_local +++ b/.bashrc_local @@ -12,3 +12,7 @@ export PROJECT_HOME=$HOME/git [ -f /usr/local/bin/virtualenvwrapper.sh ] && source /usr/local/bin/virtualenvwrapper.sh PATH=$PATH:~/bin:/usr/local/opt/python@3.7/bin + +parse_git_branch() { + git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ (\1)/' +} diff --git a/.vim/bundle/dracula b/.vim/bundle/dracula index d15d969..d7723a8 160000 --- a/.vim/bundle/dracula +++ b/.vim/bundle/dracula @@ -1 +1 @@ -Subproject commit d15d96928dc8c8ee8197cf40ac7a3041b998bf74 +Subproject commit d7723a842a6cfa2f62cf85530ab66eb418521dc2 diff --git a/.vim/bundle/vim-airline b/.vim/bundle/vim-airline index bf5d785..91b67e3 160000 --- a/.vim/bundle/vim-airline +++ b/.vim/bundle/vim-airline @@ -1 +1 @@ -Subproject commit bf5d785932b5bdedcb747311a8536931dd5241cc +Subproject commit 91b67e3ca2d7bc66544724f9c702265c564a1f2e diff --git a/.vim/bundle/vim-fugitive b/.vim/bundle/vim-fugitive index 3652313..f809dde 160000 --- a/.vim/bundle/vim-fugitive +++ b/.vim/bundle/vim-fugitive @@ -1 +1 @@ -Subproject commit 365231384cf9edc32b2fc34f6c3e1b31eeabfedf +Subproject commit f809dde0e719f89a6fb5cb80f3be65f5cbc1d1fe