From cedb09ef1b7d3a4edfa01a7225164671360c7f24 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 25 Jul 2020 17:10:09 +0200 Subject: [PATCH] Remove unused variable in bashrc --- bashrc | 1 - 1 file changed, 1 deletion(-) diff --git a/bashrc b/bashrc index fd6dd45..8ba2726 100755 --- a/bashrc +++ b/bashrc @@ -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}\")"