The Github doesn't provide country code for Brazil (+55). To add this option, just run the code below in your console. The option Brazil +55 will be the first on the list, already selected:
🇧🇷 [pt-BR]
| #!/usr/bin/env python | |
| # coding: utf-8 | |
| from os import system | |
| PROJECT_PATH = 'path_to_your_project' | |
| ACTIVATE_VENV = '. path_to_your_virtualenv/bin/activate' | |
| def tmux(command): |
The Github doesn't provide country code for Brazil (+55). To add this option, just run the code below in your console. The option Brazil +55 will be the first on the list, already selected:
🇧🇷 [pt-BR]