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
This commit is contained in:
Fahad Hossain
2015-05-06 22:37:24 +06:00
parent 829716276b
commit a8124a02e8

View File

@@ -71,7 +71,7 @@ done
unset config_file
if [[ $PROMPT ]]; then
export PS1=$PROMPT
export PS1="\["$PROMPT"\]"
fi
# Adding Support for other OSes