aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/term
diff options
context:
space:
mode:
authorNicholas Noll <nnoll523@gmail.com>2020-06-20 21:04:14 -0700
committerNicholas Noll <nnoll523@gmail.com>2020-06-20 21:04:14 -0700
commit641ea1557ccc0099ef5471a16503938bd00924af (patch)
tree249ca7c822162099b04936af7c2526c23be7ba1b /sys/cmd/term
parente12e88483cc0a2dbdc2b6ff6a3c45750cfc17d1e (diff)
larger fonts for laptop
Diffstat (limited to 'sys/cmd/term')
-rw-r--r--sys/cmd/term/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/cmd/term/config.h b/sys/cmd/term/config.h
index 2b35a74..1002e17 100644
--- a/sys/cmd/term/config.h
+++ b/sys/cmd/term/config.h
@@ -6,7 +6,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-static char *font = "consolas:pixelsize=16:antialias=true";
+static char *font = "consolas:pixelsize=18:antialias=true";
static int borderpx = 2;
/*
@@ -17,7 +17,7 @@ static int borderpx = 2;
* 4: value of shell in /etc/passwd
* 5: value of shell in config.h
*/
-static char *shell = "/bin/sh";
+static char *shell = "/bin/mksh";
char *utmp = nil;
/* scroll program: to enable use a string like "scroll" */
char *scroll = nil;