Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix typo in description of ZSH_TAB_TITLE_DEFAULT_DISABLE_PREFIX
  • Loading branch information
szilard-nemeth authored and trystan2k committed Dec 8, 2023
1 parent 6e532a4 commit 44f5220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The prefix can be configured using the variable `ZSH_TAB_TITLE_PREFIX` and it wi
ZSH_TAB_TITLE_PREFIX='$USER@$HOST - '
```

By default, if no value is informed, it is used the value `%m@%n:` which will show the user name and computer name, separated by @. For example: `trystan2k@MyPC: /home/trystan2k`. This default value can be disabled if variable `ZSH_TAB_TITLE_DEFAULT_DISABLE_PREFIX` is set to try. For example:
By default, if no value is informed, it is used the value `%m@%n:` which will show the user name and computer name, separated by @. For example: `trystan2k@MyPC: /home/trystan2k`. This default value can be disabled if variable `ZSH_TAB_TITLE_DEFAULT_DISABLE_PREFIX` is set to true. For example:

```sh
ZSH_TAB_TITLE_DEFAULT_DISABLE_PREFIX=true
Expand Down

0 comments on commit 44f5220

Please sign in to comment.