non important commit
This commit is contained in:
parent
7ee5187cf8
commit
c76ce3324c
1 changed files with 56 additions and 52 deletions
|
|
@ -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 [] {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue