add vundle stuff
This commit is contained in:
parent
59950d06e6
commit
f628ea8ae8
4 changed files with 7 additions and 3 deletions
|
|
@ -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)/'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue