# 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)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kb.annjose.com/miscellaneous.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
