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)/'
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit d15d96928dc8c8ee8197cf40ac7a3041b998bf74
|
||||
Subproject commit d7723a842a6cfa2f62cf85530ab66eb418521dc2
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit bf5d785932b5bdedcb747311a8536931dd5241cc
|
||||
Subproject commit 91b67e3ca2d7bc66544724f9c702265c564a1f2e
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 365231384cf9edc32b2fc34f6c3e1b31eeabfedf
|
||||
Subproject commit f809dde0e719f89a6fb5cb80f3be65f5cbc1d1fe
|
||||
Loading…
Add table
Add a link
Reference in a new issue