Skip to content
This repository was archived by the owner on Sep 25, 2025. It is now read-only.

Commit 3f1504a

Browse files
committed
Add default value for autovenv_dir as .venv
1 parent 40ffc2e commit 3f1504a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

conf.d/autoenv.fish

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ if status is-interactive
44
and set -g autovenv_announce "yes"
55
test -z "$autovenv_enable"
66
and set -g autovenv_enable "yes"
7+
test -z "$autovenv_dir"
8+
and set -g autovenv_dir ".venv"
79
end
810

911
# Apply autovenv settings.

0 commit comments

Comments
 (0)