From 47bc39d25a359c94e9a139be9d453a05694ef341 Mon Sep 17 00:00:00 2001 From: beeb5k Date: Sat, 20 Jun 2026 02:51:59 +0530 Subject: Font and cursor --- common/programs/fish.nix | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'common/programs/fish.nix') diff --git a/common/programs/fish.nix b/common/programs/fish.nix index 9d979a2..8d9be78 100644 --- a/common/programs/fish.nix +++ b/common/programs/fish.nix @@ -3,23 +3,20 @@ ... }: { - programs.fish.enable = false; - - home.packages = with pkgs; [ - fzf - ]; + # home.packages = with pkgs; [ + # fzf + # ]; programs.fish = { + enable = true; interactiveShellInit = #fish '' function fish_mode_prompt end set -g fish_greeting "" + set -U fish_autosuggestion_enabled 0 fish_vi_key_bindings - set -U fish_color_user blue - set -U fish_color_host normal - set -U fish_color_cwd blue ''; }; } -- cgit v1.3.1