Reverted to old commit

This commit is contained in:
KoenDR06 2024-05-19 22:37:17 +02:00
parent da52258730
commit 01ce4b4c11
5 changed files with 33 additions and 3 deletions

View file

@ -27,6 +27,6 @@
theme = "agnoster";
};
shellInit = "if [[ $(tty) == \"/dev/tty\"* ]]; then; bash; fi";
# shellInit = "if [[ $(tty) == \"/dev/tty\"* ]]; then; bash; fi";
};
}