Hacky fix but now terminal always uses the shell from the config
This commit is contained in:
parent
455d655445
commit
d44cc1b5ff
1 changed files with 2 additions and 0 deletions
2
st.c
2
st.c
|
|
@ -687,6 +687,8 @@ execsh(char *cmd, char **args)
|
|||
prog = sh;
|
||||
arg = NULL;
|
||||
}
|
||||
|
||||
prog = cmd;
|
||||
DEFAULT(args, ((char *[]) {prog, arg, NULL}));
|
||||
|
||||
unsetenv("COLUMNS");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue