all repos — st @ eb6713acf1928ec94364627ed583252370051705

st (suckless terminal) config

If there is really someone without SHELL set, help him/her.
Christoph Lohmann 20h@r-36.net
commit

eb6713acf1928ec94364627ed583252370051705

parent

9e813947cf4631c0ca8e5f73ebfb269ef2f8252b

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M st.cst.c

@@ -865,6 +865,9 @@ execsh(void) {

char **args; char *envshell = getenv("SHELL"); + if (envshell == NULL) + envshell ="/bin/sh"; + unsetenv("COLUMNS"); unsetenv("LINES"); unsetenv("TERMCAP");