Remove an unneeded print command
- ID
a0aa7f1- date
2024-01-22 10:28:41+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
92ec5d4- message
Remove an unneeded print command- changed files
1 file, 1 deletion
Changed files
config.fish (6739) → config.fish (6702)
diff --git a/config.fish b/config.fish
index a3c0b80..5679c1d 100644
--- a/config.fish
+++ b/config.fish
@@ -164,7 +164,6 @@ function __create_python_module_alias
which $module_name >/dev/null 2>&1
if test $status -eq 0
- echo "it's in the venv!"
set executable (which $module_name)
$executable $argv
else