This commit is contained in:
2023-06-22 06:51:43 -04:00
parent 698405b46b
commit cf256e15ef
2 changed files with 0 additions and 7 deletions

View File

@ -58,10 +58,3 @@ fi
if [ -d $HOME/anaconda3 ]; then
export PATH=$PATH:$HOME/anaconda3/bin
fi
parse_git_branch() {
git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ (\1)/'
}
# Add git branch and timestamp to bash commands
#export PS1="\t \033[01;32m\]\u@\h:\[\033[34m\]\w\[\033[33m\]\$(parse_git_branch)\[\033[00m\]$ "