mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 22:12:15 +00:00
8 lines
126 B
Bash
8 lines
126 B
Bash
# used by direnv to
|
|
# auto-activate python virtualenv
|
|
# https://github.com/direnv/direnv
|
|
|
|
source venv/bin/activate
|
|
|
|
unset PS1
|