From 0190b8beca637495d82a5ce6e45bdf3eaf72fea7 Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Mon, 16 Dec 2013 16:52:31 -0800 Subject: [PATCH] =?UTF-8?q?Change=20prompt,=20replace=20=E2=9E=A3=20and=20?= =?UTF-8?q?=E2=9C=B0=20with=20a=20space?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bash/prompt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bash/prompt b/bash/prompt index 555717d..7d36329 100644 --- a/bash/prompt +++ b/bash/prompt @@ -1,10 +1,10 @@ #!/usr/bin/env bash # display hostname -PS1="\[$green\]"'\u'"\[$yellow\]✰" +PS1="\[$green\]"'\u'"\[$yellow\] " PS1="$PS1\[$(_hostname-color)\]"'$(_hostname-show)'"" # display separator -PS1="$PS1\[$yellow\]➣" +PS1="$PS1\[$yellow\] " # display current path PS1="$PS1\[$green\]\w " # display git branch