From 8f1b973b4730df608ffe2f549e8668a6c401469a Mon Sep 17 00:00:00 2001 From: Superredstone Date: Fri, 1 May 2026 19:01:28 +0200 Subject: [PATCH] fix(fish): remove krabby greeting inside of distrobox --- home/fish.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/home/fish.nix b/home/fish.nix index b81999d..aa4e108 100644 --- a/home/fish.nix +++ b/home/fish.nix @@ -7,7 +7,10 @@ # fish_config theme choose Catppuccin\ Mocha function fish_greeting - krabby random --no-title --padding-left 2 + # Check if not inside of a distrobox + if not test -n "$CONTAINER_ID" + krabby random --no-title --padding-left 2 + end end function weather