commit 99704e1b41d4c5a74365b0ff0e398f4bd898da74
parent f4cd34342913024bc1708b3f795fa7febc2ae95b
Author: TripleK2004 <kowkeerthankumar@gmail.com>
Date: Tue, 8 Jun 2021 23:01:12 +0530
Revert "patched dynamic cursor"
This reverts commit f4cd34342913024bc1708b3f795fa7febc2ae95b.
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.def.h b/config.def.h
@@ -17,7 +17,7 @@ static int borderpx = 0;
* 4: value of shell in /etc/passwd
* 5: value of shell in config.h
*/
-static char *shell = "/bin/sh";
+static char *shell = "/bin/fish";
char *utmp = NULL;
char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400";
diff --git a/config.h b/config.h
@@ -17,7 +17,7 @@ static int borderpx = 0;
* 4: value of shell in /etc/passwd
* 5: value of shell in config.h
*/
-static char *shell = "/bin/sh";
+static char *shell = "/bin/fish";
char *utmp = NULL;
char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400";