diff options
author | Tyler E. Cone <tyler.cone91@gmail.com> | 2025-07-27 03:35:30 +0000 |
---|---|---|
committer | Tyler E. Cone <tyler.cone91@gmail.com> | 2025-07-27 03:35:30 +0000 |
commit | c1e21843a067e084e256aef1790461f93337f86d (patch) | |
tree | 0469d6438607746fdc1d96b7bc90fae9d92f0435 /.virtpyenvs/postdeactivate |
Initial Commit: Tracking global dotenv files for my default arch build.
Includes python virtualenvs, git configs, zsh configs, and thefuck
settings so far.
Diffstat (limited to '.virtpyenvs/postdeactivate')
-rw-r--r-- | .virtpyenvs/postdeactivate | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.virtpyenvs/postdeactivate b/.virtpyenvs/postdeactivate new file mode 100644 index 0000000..6fefe20 --- /dev/null +++ b/.virtpyenvs/postdeactivate @@ -0,0 +1,3 @@ +#!/usr/bin/zsh +# This hook is sourced after every virtualenv is deactivated. + |