Skip to content

Commit

Permalink
Merge pull request #3 from wbat/fix_syntax
Browse files Browse the repository at this point in the history
Fix syntax of iTerm Interpolated String
  • Loading branch information
bateller committed May 5, 2023
2 parents b819fca + 9e9b4ef commit c8bd157
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ Additionally, the script allows you to toggle the display of individual features
8. Choose "Interpolated String" from the list.

9. In the "String Value" field of the newly added component, enter the following text:
```
(user.gitInfo)
```bash
\(user.gitInfo)
```

10. Close the Preferences window.
Expand All @@ -58,7 +58,6 @@ The Git information should now be displayed in the iTerm2 status bar.
## Customization

You can toggle the display of individual features by setting the corresponding configuration variable to `true` or `false` in the `~/.bashrc` file. For example, to disable the display of the Git user name and email, set the `GIT_SHOW_USER_INFO` variable to `false`:

```bash
GIT_SHOW_USER_INFO=false
```
Expand Down

0 comments on commit c8bd157

Please sign in to comment.