aboutsummaryrefslogtreecommitdiff
path: root/.config/shell/functions.d/venv
diff options
context:
space:
mode:
Diffstat (limited to '.config/shell/functions.d/venv')
-rw-r--r--.config/shell/functions.d/venv2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/shell/functions.d/venv b/.config/shell/functions.d/venv
index 50a91e9..c23a02d 100644
--- a/.config/shell/functions.d/venv
+++ b/.config/shell/functions.d/venv
@@ -1,7 +1,7 @@
#!/bin/sh
venv() {
- if ! command -v "venv_$1" | grep -q " function "
+ if ! command -V "venv_$1" | grep -q " function "
then
cat <<EOF
Usage: