diff options
author | Aaron LI <aly@aaronly.me> | 2019-06-25 11:58:43 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2019-06-25 11:58:43 +0800 |
commit | 3fa1adf05c7b93114519062721fde6fe860ec5cb (patch) | |
tree | 234b585aba0e3b7ba7c0045fea79906219c1fbfd | |
parent | eb19fc16c9b59e79da9158f721c7584e831aaff3 (diff) | |
download | atoolbox-3fa1adf05c7b93114519062721fde6fe860ec5cb.tar.bz2 |
acme/a: set $SHELL while remove $tabstop
-rwxr-xr-x | acme/a | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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}" "$@" |