add vundle stuff

This commit is contained in:
Oliver Ladner 2022-07-01 07:11:38 +02:00
commit f628ea8ae8
4 changed files with 7 additions and 3 deletions

View file

@ -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)/'
}