aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2019-06-25 11:58:43 +0800
committerAaron LI <aly@aaronly.me>2019-06-25 11:58:43 +0800
commit3fa1adf05c7b93114519062721fde6fe860ec5cb (patch)
tree234b585aba0e3b7ba7c0045fea79906219c1fbfd
parenteb19fc16c9b59e79da9158f721c7584e831aaff3 (diff)
downloadatoolbox-3fa1adf05c7b93114519062721fde6fe860ec5cb.tar.bz2
acme/a: set $SHELL while remove $tabstop
-rwxr-xr-xacme/a4
1 files changed, 2 insertions, 2 deletions
diff --git a/acme/a b/acme/a
index 4d51ab7..7436da3 100755
--- a/acme/a
+++ b/acme/a
@@ -64,8 +64,8 @@ FONT=$(get_font "${font}" ${fontname} ${fontsize})
is_running fontsrv || fontsrv &
is_running plumber || plumber
-export PAGER=nobs
export TERM=dumb
-export tabstop=8
+export SHELL="${PLAN9}/bin/rc"
+export PAGER="${PLAN9}/bin/nobs"
exec ${PLAN9}/bin/acme -a -f "${FONT}" "$@"