-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changelog for tide_context_hostname_parts
- Loading branch information
1 parent
b508a7f
commit aba37ed
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|