From 047d6048e851fefbfaace881c87556c3ee4cfa0e Mon Sep 17 00:00:00 2001 From: Wong Ding Feng Date: Mon, 19 Jan 2026 01:06:01 +0800 Subject: [PATCH] test --- home-manager/modules/fish.md | 6 ++++++ home-manager/modules/fish.nix | 3 --- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/home-manager/modules/fish.md b/home-manager/modules/fish.md index 6ca6019..8bf6594 100644 --- a/home-manager/modules/fish.md +++ b/home-manager/modules/fish.md @@ -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 +``` \ No newline at end of file diff --git a/home-manager/modules/fish.nix b/home-manager/modules/fish.nix index 76cacac..347704b 100644 --- a/home-manager/modules/fish.nix +++ b/home-manager/modules/fish.nix @@ -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; }