From d826548006c4778dd153d59fae4fca3197f7351c Mon Sep 17 00:00:00 2001 From: joe Date: Wed, 27 Aug 2025 23:20:37 +0200 Subject: no zsh --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 5fb2fb5..5bcecd7 100644 --- a/config.def.h +++ b/config.def.h @@ -34,7 +34,7 @@ typedef struct { const void *cmd; } Sp; const char *spcmd1[] = { "alacritty", "--class", "spterm", NULL }; -const char *spcmd2[] = { "alacritty", "--class", "spfm", "-e", "zsh", "-ic", "lf", NULL }; +const char *spcmd2[] = { "alacritty", "--class", "spfm", "-e", "lf", NULL }; const char *spcmd3[] = { "pcmanfm", NULL }; const char *spcmd4[] = { "alacritty", "--class", "spflip", "-e", "hf", NULL }; const char *spcmd5[] = { "alacritty", "--class", "spnews", "-e", "zsh", "-ic", "nb", NULL }; -- cgit v1.2.3