mirror of
https://github.com/IlanCosman/tide.git
synced 2024-11-23 08:46:51 +03:00
Capitalize word Fish (#71)
This commit is contained in:
parent
bee67c6c4a
commit
5648b80915
@ -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">
|
||||
|
||||
|
@ -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 |
|
||||
| -------- | -------------------------------- | ----- |
|
||||
|
Loading…
Reference in New Issue
Block a user