fix(fish): remove krabby greeting inside of distrobox

This commit is contained in:
2026-05-01 19:01:28 +02:00
parent 76b3cdc2a7
commit 8f1b973b47
+3
View File
@@ -7,7 +7,10 @@
# fish_config theme choose Catppuccin\ Mocha
function fish_greeting
# Check if not inside of a distrobox
if not test -n "$CONTAINER_ID"
krabby random --no-title --padding-left 2
end
end
function weather