diff --git a/themes/jacobevelyn.zsh-theme b/themes/jacobevelyn.zsh-theme index a913fe15b..00aa018a5 100644 --- a/themes/jacobevelyn.zsh-theme +++ b/themes/jacobevelyn.zsh-theme @@ -1,5 +1,5 @@ function parent_project() { - [[ $PWD =~ ([a-z]+)/vendor ]] && echo " $match[1] " + [[ $PWD =~ ([a-z]+)/vendor ]] && echo "$match[1] " } function get_color() {