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:
@@ -71,7 +71,7 @@ done
|
||||
|
||||
unset config_file
|
||||
if [[ $PROMPT ]]; then
|
||||
export PS1=$PROMPT
|
||||
export PS1="\["$PROMPT"\]"
|
||||
fi
|
||||
|
||||
# Adding Support for other OSes
|
||||
|
||||
Reference in New Issue
Block a user