From a9a94e1cd23e565b98760b9cfc9b4e98d64c890b Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Wed, 22 Jan 2020 16:42:21 -0500 Subject: [PATCH] Make zork theme not choke on strange characters --- themes/zork/zork.theme.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/zork/zork.theme.bash b/themes/zork/zork.theme.bash index 07f30e12..905d655b 100644 --- a/themes/zork/zork.theme.bash +++ b/themes/zork/zork.theme.bash @@ -81,7 +81,7 @@ prompt() { if [ -n "$VIRTUAL_ENV" ] then - ve=`basename $VIRTUAL_ENV`; + ve=`basename "$VIRTUAL_ENV"`; fi # nice prompt