From a8124a02e8f793d5512261cf244c26ad1f57ecfc Mon Sep 17 00:00:00 2001 From: Fahad Hossain Date: Wed, 6 May 2015 22:37:24 +0600 Subject: [PATCH] Fix unicode line wrap problem (issue #409) Fix unicode line wrap issue mentioned in #409 Nota bene, This fixed the problem for me on Fedora 21 and Ubuntu 15.04 Needs to be tested on other systems --- bash_it.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_it.sh b/bash_it.sh index 0416306f..21445034 100755 --- a/bash_it.sh +++ b/bash_it.sh @@ -71,7 +71,7 @@ done unset config_file if [[ $PROMPT ]]; then - export PS1=$PROMPT + export PS1="\["$PROMPT"\]" fi # Adding Support for other OSes