X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=scripts.git;a=blobdiff_plain;f=bashrc;h=93b9e5642a444eeeec88d0a3b449efc7b26c3920;hp=f312fc00a78dd39e1f525b7080bc54e8666bf6ba;hb=HEAD;hpb=750f872cb118f152b3cf7c1756486667e472aa18 diff --git a/bashrc b/bashrc index f312fc0..93b9e56 100644 --- a/bashrc +++ b/bashrc @@ -58,7 +58,7 @@ shopt -s autocd ###################################################################### # added by Miniconda3 installer -export PATH="/home/fleuret/conda/bin:$PATH" +export PATH="${HOME}/conda/bin:$PATH" [ ${TERM} == "dumb" ] || [[ ! -t 0 ]] && return @@ -819,7 +819,7 @@ function ripdvd () { return 1 fi - echo "Attemptin to rip from ${DVD_DEVICE}." + echo "Attempting to rip from ${DVD_DEVICE}." mkdir -p ${HOME}/dvds @@ -919,7 +919,7 @@ then git 2>/dev/null rev-parse --abbrev-ref HEAD | sed -e 's/^\(.*\)$/(\1) /' } - export PS_GIT="${VT_WHITE_BG}${VT_GREEN_FG}\$(parse_git_branch)${VT_RESET}" + export PS_GIT="${VT_GREEN_FG}\$(parse_git_branch)" fi ###################################################################### @@ -952,6 +952,8 @@ else [[ "${IDENT}" ]] && IDENT="${IDENT}:" + # IDENT="${PS_GIT}${VT_BLACK_FG}${IDENT}" + if [[ ${USER} == "root" ]] then # If we are root, show that in red @@ -969,7 +971,7 @@ else fi -PS1="${PS_GIT}${PSCUE}${PS1}" +#PS1="${PSCUE}${PS1}" ###################################################################### # This implements a local history. If we are in a directory containing