Merge pull request #466 from fa7ad/master

Fix unicode line wrap problem (issue #409)
pull/471/head
Nils Winkler 2015-05-09 20:30:16 +02:00
commit 1a475ffcf1
1 changed files with 1 additions and 1 deletions

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