non important commit

This commit is contained in:
benstrb 2026-03-22 13:52:33 +01:00
parent 7ee5187cf8
commit c76ce3324c

View file

@ -41,9 +41,13 @@
}; };
extraConfig = '' extraConfig = ''
if ("ZELLIJ" not in $env) { if "ZELLIJ" in $env == false {
zellij zellij
exit exit
} else {
if "IN_NIX_SHELL" in $env == false {
fastfetch
}
} }
def c [] { def c [] {