update many things
This commit is contained in:
parent
776d75ac78
commit
e35f0afc4e
5 changed files with 33 additions and 151 deletions
|
|
@ -6,13 +6,3 @@ HISTTIMEFORMAT="%d.%m.%Y %H:%M %Z # "
|
|||
|
||||
# 256-color terminal if available
|
||||
export TERM=xterm-256color
|
||||
|
||||
export WORKON_HOME=$HOME/virtualenvs
|
||||
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