Fix the name of this function
- ID
fa37bf8- date
2024-01-18 15:51:35+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
27eb88a- message
Fix the name of this function- changed files
1 file, 1 addition, 1 deletion
Changed files
config.fish (6249) → config.fish (6244)
diff --git a/config.fish b/config.fish
index d65264e..5b591e5 100644
--- a/config.fish
+++ b/config.fish
@@ -85,7 +85,7 @@ set -g -x PIP_REQUIRE_VIRTUALENV true
# See https://fishshell.com/docs/current/language.html#event
# See https://alexwlchan.net/2023/fish-venv/
#
-function __auto_auto_activate_venv --on-variable PWD --description "Auto activate/deactivate virtualenv when I change directories"
+function __auto_activate_venv --on-variable PWD --description "Auto activate/deactivate virtualenv when I change directories"
auto_activate_venv
end