From 67e7066b251b4f4e1eb0e105cb5f5f0f541be585 Mon Sep 17 00:00:00 2001 From: Mari Date: Mon, 11 May 2020 19:26:36 -0400 Subject: [PATCH] Autocommitted updated scripts from mari-wovn --- bash_aliases.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_aliases.sh b/bash_aliases.sh index 2627272..1d657d7 100644 --- a/bash_aliases.sh +++ b/bash_aliases.sh @@ -108,4 +108,4 @@ COMMON_CONFIGS_PATH="$( dirname "$(realpath -e "${BASH_SOURCE[0]}")" )" export GITAWAREPROMPT="$COMMON_CONFIGS_PATH"/git-aware-prompt . "$GITAWAREPROMPT"/main.sh ssh_find_agent -a || eval $(ssh-agent) > /dev/null -PS1='\[$bldred\]${debian_chroot:+($debian_chroot)}\[$txtcyn\]\u\[$txtylw\]@\[$txtblu\]\h\[$txtrst\]:\[$bldgrn\]\w\[$txtrst\] \[$txtcyn\]\$git_branch\[$txtred\]\$git_dirty\[$txtrst\]\n\$ " +PS1='\[$bldred\]${debian_chroot:+($debian_chroot)}\[$txtcyn\]\u\[$txtylw\]@\[$txtblu\]\h\[$txtrst\]:\[$bldgrn\]\w\[$txtrst\] \[$txtcyn\]\$git_branch\[$txtred\]\$git_dirty\[$txtrst\]\n\$ '