Remove unused variable in bashrc

This commit is contained in:
Daniel - 2020-07-25 17:10:09 +02:00
parent fdf1f4e9ea
commit cedb09ef1b
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 0 additions and 1 deletions

1
bashrc
View File

@ -39,7 +39,6 @@ if [[ "$TERM" = "dumb" ]]; then
else
PURPLE="\e[0;35m"
YELLOW="\e[0;32m"
RED="\e[0;31m"
NOCOLOR="\e[m"
if [[ -f ~/.config/bash/git-prompt.sh ]]; then
GIT_PROMPT="\$(__git_ps1 \"${PURPLE}─(${NOCOLOR}%s${PURPLE})${NOCOLOR}\")"