test
This commit is contained in:
@@ -60,3 +60,9 @@
|
|||||||
|
|
||||||
## Platform-Specific
|
## Platform-Specific
|
||||||
- **macos** (`pkgs.fishPlugins.macos`) - MacOS functions for Fish
|
- **macos** (`pkgs.fishPlugins.macos`) - MacOS functions for Fish
|
||||||
|
|
||||||
|
|
||||||
|
# notes
|
||||||
|
```
|
||||||
|
tide configure --auto --style=Rainbow --prompt_colors='True color' --show_time='24-hour format' --rainbow_prompt_separators=Angled --powerline_prompt_heads=Sharp --powerline_prompt_tails=Flat --powerline_prompt_style='One line' --prompt_spacing=Compact --icons='Few icons' --transient=Yes
|
||||||
|
```
|
||||||
@@ -72,9 +72,6 @@
|
|||||||
# plugin-sudope: Quickly put 'sudo' in your command
|
# plugin-sudope: Quickly put 'sudo' in your command
|
||||||
{ name = "plugin-sudope"; src = plugin-sudope.src; }
|
{ name = "plugin-sudope"; src = plugin-sudope.src; }
|
||||||
|
|
||||||
# fishbang: Bash bang commands for fish
|
|
||||||
{ name = "fishbang"; src = fishbang.src; }
|
|
||||||
|
|
||||||
# bang-bang: Bash style history substitution (!! and !$)
|
# bang-bang: Bash style history substitution (!! and !$)
|
||||||
{ name = "bang-bang"; src = bang-bang.src; }
|
{ name = "bang-bang"; src = bang-bang.src; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user