diff --git a/config.def.h b/config.def.h index 8b96c60..5c97b57 100644 --- a/config.def.h +++ b/config.def.h @@ -16,8 +16,8 @@ static int borderpx = 2; * 4: value of shell in /etc/passwd * 5: value of shell in config.h */ -static char *shell = "/arm/scratch/bentit01/homebrew/install/bin/fish"; -char *utmp = "/arm/scratch/bentit01/homebrew/install/bin/fish"; +static char *shell = "/arm/tools/fish/fish-shell/3.3.1/rhe7-x86_64/bin/fish"; +char *utmp = "/arm/tools/fish/fish-shell/3.3.1/rhe7-x86_64/bin/fish"; /* scroll program: to enable use a string like "scroll" */ char *scroll = NULL; char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400";