> For the complete documentation index, see [llms.txt](https://kb.annjose.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.annjose.com/miscellaneous.md).

# Miscellaneous

## Command Line - How To Change the Shell

* Through System Preferences
  * Open Users & Groups, ctrl-click your username,
  * select “Advanced Options”. Select the Shell.
* Through Command line
  * Run command chsh -s /usr/local/bin/
  * Restart the Terminal

## CI/CD - TeamCity Pull Request Builds

* TeamCity is working on making Pull Request as first class citizens - <https://youtrack.jetbrains.com/issue/TW-43759>
* Request to enable filtering of PRs based on target branch - <https://youtrack.jetbrains.com/issue/TW-43759>
* <https://blog.jetbrains.com/teamcity/2013/02/automatically-building-pull-requests-from-github-with-teamcity/>
* Hadi Hariri's blog on automatically building PRs in TeamCity - [https://blog.jetbrains.com/teamcity/2013/02/automatically-building-pull-requests-from-github-with-teamcity/\\#comment-290](https://blog.jetbrains.com/teamcity/2013/02/automatically-building-pull-requests-from-github-with-teamcity//#comment-290)
