From f814734341c1ead1c13dea85bcc7edbcb58f1348 Mon Sep 17 00:00:00 2001 From: Ekaitz Zárraga Date: Fri, 26 Jul 2019 11:03:17 +0200 Subject: Linux based dracula, no weird bullshit --- bash/.bash_profile | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'bash') diff --git a/bash/.bash_profile b/bash/.bash_profile index 2a36645..053789e 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -4,20 +4,21 @@ source ~/.git-prompt.sh BLACK="\[\033[0;30m\]" RED="\[\033[0;31m\]" GREEN="\[\033[0;32m\]" -MAGENTA="\[\033[0;33m\]" +YELLOW="\[\033[0;33m\]" BLUE="\[\033[0;34m\]" -YELLOW="\[\033[0;35m\]" +MAGENTA="\[\033[0;35m\]" CYAN="\[\033[0;36m\]" GREY="\[\033[0;37m\]" DEFAULT="\[\033[0;39m\]" WHITE=DEFAULT -PS1BASE="\[\e]0;\u@\h: \w\a\]${debian_chroot:+($debian_chroot)}$GREEN\u@\h\[\033[00m\]:$BLUE\w\[\033[00m\]" -PS1GIT="$CYAN\$(__git_ps1)$DEFAULT" +PS1BASE="\[\e]0;\u@\h: \w\a\]${debian_chroot:+($debian_chroot)}$GREEN\u@\h\[\033[00m\]:$CYAN\w\[\033[00m\]" #not in use atm +# TODO CHECK THIS, LOOKS INTERESTING +PS1TIME="$GREEN\t$RED - " # Not in use atm +PS1BASE="$CYAN\u $YELLOW\w\[\033[m\]" +PS1GIT="$BLUE\$(__git_ps1)$DEFAULT" PS1END="$DEFAULT\$ " PS1="${PS1BASE}${PS1GIT}${PS1END}" -# TODO CHECK THIS, LOOKS INTERESTING -# PS1="$GREEN\t$RED - $BLUE\u$YELLOW\w\[\033[m\]$MAGENTA\$(__git_ps1)$WHITE\$ " if [ -f ~/.bash_aliases ] ; then . ~/.bash_aliases @@ -44,7 +45,7 @@ eval "$(pandoc --bash-completion)" # Guix if [ -n "$GUIX_ENVIRONMENT" ] # Change prompt if shell is in an environment then - PS1GUIXENV="$YELLOW(guix-env)$DEFAULT" + PS1GUIXENV="$BLUE(guix-env)$DEFAULT" PS1="${PS1BASE}${PS1GIT}${PS1GUIXENV}${PS1END}" fi export PATH="/home/ekaitz/.config/guix/current/bin${PATH:+:}$PATH" -- cgit v1.2.3