diff --git a/dot/bashrc b/dot/bashrc index 4e5a3db..5725da3 100644 --- a/dot/bashrc +++ b/dot/bashrc @@ -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\]$ " diff --git a/tools/remotepc.deb b/tools/remotepc.deb index 60b9b20..9d7f8c2 100644 Binary files a/tools/remotepc.deb and b/tools/remotepc.deb differ