1
0
mirror of https://github.com/akelge/vim synced 2025-08-17 16:08:50 +00:00

Fix for lesspipe{.sh} different name

This commit is contained in:
2013-02-07 11:07:37 +00:00
parent 663b0e8fba
commit 9f88a3f234
3 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ function venv {
echo "PROJECT_HOME: $PROJECT_HOME"
echo
echo "Virtualenvs:"
lsvirtualenv
lsvirtualenv -b
echo
}