Skip to main content

Explain why this has to be a fish function

ID
b1d1cad
date
2025-04-23 07:03:54+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
58c95c6
message
Explain why this has to be a fish function
changed files
1 file, 2 additions

Changed files

fish_functions/venv.fish (886) → fish_functions/venv.fish (955)

diff --git a/fish_functions/venv.fish b/fish_functions/venv.fish
index c1ff69c..25f4de3 100644
--- a/fish_functions/venv.fish
+++ b/fish_functions/venv.fish
@@ -4,6 +4,8 @@
 # creating the venv and then immediately running "pip install" without
 # activating it first.
 #
+# This has to be a fish function, because I'm activating the venv.
+#
 # See https://alexwlchan.net/2023/fish-venv/
 #
 function venv --description "Create and activate a new virtual environment"