Merge pull request #1479 from scottmmjackson/sj-zork-doesnt-choke-on-strange-characters-anymore
Make zork theme not choke on strange characters
This commit is contained in:
@@ -81,7 +81,7 @@ prompt() {
|
||||
|
||||
if [ -n "$VIRTUAL_ENV" ]
|
||||
then
|
||||
ve=`basename $VIRTUAL_ENV`;
|
||||
ve=`basename "$VIRTUAL_ENV"`;
|
||||
fi
|
||||
|
||||
# nice prompt
|
||||
|
||||
Reference in New Issue
Block a user