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; }