From 98ea496a196a5e9f0ebab300f41006128f6592d2 Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Sun, 8 Jun 2025 03:40:46 +0100 Subject: [PATCH] actually turned off fish greeting this time setting it to an empty string instead of using --erase worked --- home-manager/fish.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/fish.nix b/home-manager/fish.nix index 08d5557..f086f1b 100644 --- a/home-manager/fish.nix +++ b/home-manager/fish.nix @@ -19,7 +19,7 @@ set --global theme_virtual_env_prompt_enabled no set --global VIRTUAL_ENV_DISABLE_PROMPT 1 set --global theme_env_packages_hide binutils-wrapper hyprland-qtutils pciutils pkgconf-wrapper - set --erase fish_greeting + set fish_greeting \"\" "; plugins = [ {