update many things

This commit is contained in:
Oliver Ladner 2023-03-30 22:41:18 +02:00
commit e35f0afc4e
5 changed files with 33 additions and 151 deletions

View file

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