You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 25, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ The project was forked because I wanted to add a few features and improve the pl
11
11
* The plugin did not work with the new version of fish, and I wanted to keep it as simple as possible.
12
12
* The plugin looked for virtual environments in the current directory, but not in the specified sub-directory. For example I store virtual env in a sub-directory called `.venv`.
13
13
* Apply virtual environment when run a terminal in a directory with a custom virtual environment.
14
+
* Search for virtual environments in the parent directories from bottom to top, instead of top to bottom it was implemented in the original plugin.
0 commit comments