This commit is contained in:
2026-01-19 01:06:01 +08:00
parent b5f2a4ce76
commit 047d6048e8
2 changed files with 6 additions and 3 deletions
+6
View File
@@ -60,3 +60,9 @@
## Platform-Specific
- **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
```
-3
View File
@@ -72,9 +72,6 @@
# plugin-sudope: Quickly put 'sudo' in your command
{ 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 !$)
{ name = "bang-bang"; src = bang-bang.src; }