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 systemspull/466/head
parent
829716276b
commit
a8124a02e8
|
|
@ -71,7 +71,7 @@ done
|
|||
|
||||
unset config_file
|
||||
if [[ $PROMPT ]]; then
|
||||
export PS1=$PROMPT
|
||||
export PS1="\["$PROMPT"\]"
|
||||
fi
|
||||
|
||||
# Adding Support for other OSes
|
||||
|
|
|
|||
Loading…
Reference in New Issue