Merge pull request #1479 from scottmmjackson/sj-zork-doesnt-choke-on-strange-characters-anymore

Make zork theme not choke on strange characters
pull/1481/head
Nils Winkler 2020-01-23 08:32:54 +01:00 committed by GitHub
commit e8b42c4687
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ prompt() {
if [ -n "$VIRTUAL_ENV" ] if [ -n "$VIRTUAL_ENV" ]
then then
ve=`basename $VIRTUAL_ENV`; ve=`basename "$VIRTUAL_ENV"`;
fi fi
# nice prompt # nice prompt