Capitalize word Fish (#71)

This commit is contained in:
Jorge Bucaran 2021-01-13 13:09:32 +09:00 committed by GitHub
parent bee67c6c4a
commit 5648b80915
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -23,8 +23,8 @@
- **Out of the box:** With four compelling styles and lots of options, you can have your ready-to-run cake and customize it too.
- **Flexible:** Move content around or remove it, all without ever touching a line of code.
- **Extensible:** Create custom content with simple fish functions that integrate seamlessly.
- **Fast:** Asynchronous rendering makes Tide the fastest full-featured fish prompt.
- **Extensible:** Create custom content with simple Fish functions that integrate seamlessly.
- **Fast:** Asynchronous rendering makes Tide the fastest full-featured Fish prompt.
<br clear="right">

View File

@ -103,7 +103,7 @@ set --universal tide_left_prompt_items context $tide_left_prompt_items
## git_prompt
Most of Tide's git capabilities are inherited from fish's built-in [fish_git_prompt][]. Modify those variables to configure tide's git prompt.
Most of Tide's git capabilities are inherited from Fish's built-in [fish_git_prompt][]. Modify those variables to configure tide's git prompt.
| Variable | Description | Type |
| -------- | -------------------------------- | ----- |