Updates
This commit is contained in:
@ -58,10 +58,3 @@ fi
|
|||||||
if [ -d $HOME/anaconda3 ]; then
|
if [ -d $HOME/anaconda3 ]; then
|
||||||
export PATH=$PATH:$HOME/anaconda3/bin
|
export PATH=$PATH:$HOME/anaconda3/bin
|
||||||
fi
|
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\]$ "
|
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user