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
pull/466/head
Fahad Hossain 2015-05-06 22:37:24 +06:00
parent 829716276b
commit a8124a02e8
1 changed files with 1 additions and 1 deletions

View File

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