Skip to content

Commit

Permalink
Changelog for tide_context_hostname_parts
Browse files Browse the repository at this point in the history
  • Loading branch information
IlanCosman committed Sep 5, 2022
1 parent b508a7f commit aba37ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
- Add crystal language item ([#322][] - @rrevi)
- Tide now looks in parent directories for special files, such as when displaying tool versions
- Tide now truncates the beginning of git branch names instead of the end
- A new variable, `tide_context_hostname_parts` lets you choose how many parts of the hostname, split on dots, to show. For example, if your hostname is `foo.bar.baz`:
- With `set tide_context_hostname_parts 5` you would see `[email protected]`
- With `set tide_context_hostname_parts 1` you would see `user@foo` (this is the new default)
- With `set tide_context_hostname_parts 0` you would see `user`

### Bug fixes

Expand Down

0 comments on commit aba37ed

Please sign in to comment.