From a733fe083e4889a2d18ba8f0ed05b6eac3a19dd9 Mon Sep 17 00:00:00 2001 From: MountainMan <43313373+MountainMan1312@users.noreply.github.com> Date: Mon, 29 May 2023 05:53:20 -0400 Subject: Remove blinking, it didn't work --- home/.bashrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/home/.bashrc b/home/.bashrc index cc5f089..620ea76 100644 --- a/home/.bashrc +++ b/home/.bashrc @@ -32,8 +32,6 @@ PS1_COLOR_RED="\[\e[91m\]" PS1_COLOR_YELLOW="\[\e[33m\]" PS1_COLOR_BLUE="\[\e[94m\]" PS1_COLOR_CYAN="\[\e[96m\]" -PS1_BLINK_ON="\E[5m" -PS1_BLINK_OFF="\E(B\E\m" if [[ "$(id -u)" == 0 ]]; then # if root PS1_COLOR_MAIN=$PS1_COLOR_RED # set main color red @@ -73,7 +71,7 @@ parse_git_branch() { PS1+="$PS1_COLOR_MAIN[$PS1_COLOR_RESET" # [ PS1+="\$(parse_git_branch) " # (BRANCH) PS1+="$PS1_COLOR_CYAN\w$PS1_COLOR_RESET" # DIR -PS1+="$PS1_COLOR_MAIN] $PS1_BLINK_ON > $PS1_BLINK_OFF $PS1_COLOR_RESET" # ] > +PS1+="$PS1_COLOR_MAIN] > $PS1_COLOR_RESET" # ] > ######################################################################## -- cgit v1.2.3