zulip/tools/lib
Ray Kraesig 1180299fe4 provisioning: fix up bash profile creation
The base Ubuntu image includes no `.bash_profile`. Creating one will
prevent the existing support scripts in `~/.profile` from loading.

Instead, append our setup code to [whichever script Bash will load
first][bash-startup].

[bash-startup]: https://www.gnu.org/software/bash/manual/html_node/Bash-Startup-Files.html#Bash-Startup-Files
2019-10-08 17:17:55 -07:00
..
__init__.py
capitalization.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
find_add_class.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
gitlint-rules.py lint: Allow revert commit messages in gitlint. 2018-02-13 09:21:01 -08:00
graph.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
html_branches.py python: Migrate open statements to use with. 2019-07-20 15:48:52 -07:00
html_grep.py python: Migrate open statements to use with. 2019-07-20 15:48:52 -07:00
pretty_print.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
provision.py provision: Move install-shellcheck to proper directory. 2019-09-24 12:54:33 -07:00
provision_inner.py provisioning: fix up bash profile creation 2019-10-08 17:17:55 -07:00
sanity_check.py python: Mark intentionally unused imports with noop statements. 2019-02-22 16:54:47 -08:00
template_parser.py templates: Abstract render_bundle behind a Jinja2 macro. 2019-09-17 16:06:33 -07:00
test_script.py python: Migrate open statements to use with. 2019-07-20 15:48:52 -07:00
test_server.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00