From f72213cfe1a83c88ae29d16baca5565187cd2182 Mon Sep 17 00:00:00 2001 From: Mari Date: Mon, 11 May 2020 19:34:45 -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 df2ea14..a75bac0 100644 --- a/bash_aliases.sh +++ b/bash_aliases.sh @@ -110,4 +110,4 @@ ssh_find_agent -a || eval $(ssh-agent) > /dev/null export GITAWAREPROMPT="$COMMON_CONFIGS_PATH"/git-aware-prompt . "$GITAWAREPROMPT"/main.sh -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)}\[$txtrst\]\[$txtcyn\]\u\[$txtylw\]@\[$txtblu\]\h\[$txtrst\]:\[$bldgrn\]\w\[$txtrst\] \[$txtcyn\]$git_branch\[$txtred\]${git_dirty:+%}\[$txtrst\]\n\$ '