We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbb5a76 commit ec5d410Copy full SHA for ec5d410
virtualenvwrapper.sh
@@ -578,6 +578,7 @@ function virtualenvwrapper_show_workon_options {
578
| command \tr "\n" " " \
579
| command \sed "s|/$VIRTUALENVWRAPPER_ENV_BIN_DIR/activate |/|g" \
580
| command \tr "/" "\n" \
581
+ | command \sed "/^\s*$/d" \
582
| (unset GREP_OPTIONS; command \egrep -v '^\*$') 2>/dev/null
583
}
584
0 commit comments