aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-10-25 08:22:07 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-10-25 08:22:07 +0200
commitc30eb001ff1f9b04e7d75b88653cb4e3ad10ebc9 (patch)
tree5c740a8ebca4433b4e9bd74917125789ac6bf901 /.config
parente9a45fbd43680272a942f0c9778e501d4d8527b9 (diff)
Use -V instead of -v for command in venv function
Diffstat (limited to '.config')
-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: