Skip to content

Commit

Permalink
Change shell to a packaged fish shell
Browse files Browse the repository at this point in the history
  • Loading branch information
bentitmus committed Jul 21, 2021
1 parent e37a6c3 commit 37936e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.def.h
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 37936e9

Please sign in to comment.