disabled fish greeting

This commit is contained in:
Gabriella Bere 2025-06-08 03:37:42 +01:00
parent 7acd9dd34d
commit 452c3708d6

View file

@ -16,9 +16,10 @@
server-switch = "nixos-rebuild switch --flake ~/nixconf#biggerpi --target-host blue@biggerpi --use-remote-sudo &| nom"; server-switch = "nixos-rebuild switch --flake ~/nixconf#biggerpi --target-host blue@biggerpi --use-remote-sudo &| nom";
}; };
shellInit = " shellInit = "
set --global --export theme_virtual_env_prompt_enabled no set --global theme_virtual_env_prompt_enabled no
set --global --export VIRTUAL_ENV_DISABLE_PROMPT 1 set --global VIRTUAL_ENV_DISABLE_PROMPT 1
set --global --export theme_env_packages_hide binutils-wrapper hyprland-qtutils pciutils pkgconf-wrapper set --global theme_env_packages_hide binutils-wrapper hyprland-qtutils pciutils pkgconf-wrapper
set --erase fish_greeting
"; ";
plugins = [ plugins = [
{ {