From 452c3708d63c805270b673202cbf3cab341d8231 Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Sun, 8 Jun 2025 03:37:42 +0100 Subject: [PATCH] disabled fish greeting --- home-manager/fish.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/home-manager/fish.nix b/home-manager/fish.nix index 697a096..08d5557 100644 --- a/home-manager/fish.nix +++ b/home-manager/fish.nix @@ -16,9 +16,10 @@ server-switch = "nixos-rebuild switch --flake ~/nixconf#biggerpi --target-host blue@biggerpi --use-remote-sudo &| nom"; }; shellInit = " - set --global --export theme_virtual_env_prompt_enabled no - set --global --export VIRTUAL_ENV_DISABLE_PROMPT 1 - set --global --export theme_env_packages_hide binutils-wrapper hyprland-qtutils pciutils pkgconf-wrapper + 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 "; plugins = [ {