Skip to main content

Fix the name of this function

ID
665bd16
date
2023-11-26 02:42:27+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
856cc07
message
Fix the name of this function
changed files
1 file, 1 addition, 1 deletion

Changed files

fish_functions/venv.fish (498) → fish_functions/venv.fish (494)

diff --git a/fish_functions/venv.fish b/fish_functions/venv.fish
index 138806a..8a5c73e 100644
--- a/fish_functions/venv.fish
+++ b/fish_functions/venv.fish
@@ -6,7 +6,7 @@
 #
 # I upgrade pip because otherwise I get warnings about it being
 # out-of-date, and that's annoying.
-function new_venv
+function venv
     python3 -m venv .venv
     source .venv/bin/activate.fish