mirror of
https://github.com/IlanCosman/tide.git
synced 2024-11-25 22:13:46 +03:00
Minor edits to contributing
This commit is contained in:
parent
05ebbb15f2
commit
3c0bf938a2
@ -19,7 +19,6 @@ If you have any questions that aren't addressed in this document, please don't h
|
|||||||
- For anything more complex use `if`, `else`, and `else if`
|
- For anything more complex use `if`, `else`, and `else if`
|
||||||
- Long forms of flags > short forms
|
- Long forms of flags > short forms
|
||||||
- Exceptions: `set`, `set_color`, `function foo -a`, "common knowledge" options for commands like `rm -r`
|
- Exceptions: `set`, `set_color`, `function foo -a`, "common knowledge" options for commands like `rm -r`
|
||||||
- Note that MacOS utils often do not support long flags, in which case one should use the short option
|
|
||||||
- Piping > command substitution (only when convenient, i.e no extra commands)
|
- Piping > command substitution (only when convenient, i.e no extra commands)
|
||||||
|
|
||||||
### Naming Conventions
|
### Naming Conventions
|
||||||
@ -30,7 +29,7 @@ If you have any questions that aren't addressed in this document, please don't h
|
|||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
- `set -l color_anchors`
|
- `set -l split_pwd`
|
||||||
- `set -U tide_right_prompt_items`
|
- `set -U tide_right_prompt_items`
|
||||||
- `_tide_detect_os.fish`
|
- `_tide_detect_os.fish`
|
||||||
- `_tide_print_item`
|
- `_tide_print_item`
|
||||||
|
Loading…
Reference in New Issue
Block a user