diff options
Diffstat (limited to 'common/programs/fish.nix')
| -rw-r--r-- | common/programs/fish.nix | 13 |
1 files changed, 5 insertions, 8 deletions
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 ''; }; } |
