Merge pull request #466 from fa7ad/master
Fix unicode line wrap problem (issue #409)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user